aboutsummaryrefslogtreecommitdiffstats
path: root/update-site.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 16:44:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 16:44:02 +0200
commit60caba003b052a13b7d6fbc942f7b0139ef955fd (patch)
tree9f8273cf3bb2a4dce1de55e479b6acbe0c23ccff /update-site.sh
parentFirst commit (diff)
downloadjoe-scripts-60caba003b052a13b7d6fbc942f7b0139ef955fd.tar.gz
joe-scripts-60caba003b052a13b7d6fbc942f7b0139ef955fd.tar.bz2
joe-scripts-60caba003b052a13b7d6fbc942f7b0139ef955fd.tar.xz
joe-scripts-60caba003b052a13b7d6fbc942f7b0139ef955fd.tar.zst
joe-scripts-60caba003b052a13b7d6fbc942f7b0139ef955fd.zip
Added some scripts
Diffstat (limited to 'update-site.sh')
-rwxr-xr-xupdate-site.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-site.sh b/update-site.sh
index 8dea1db..57b9e34 100755
--- a/update-site.sh
+++ b/update-site.sh
@@ -1,5 +1,5 @@
#!/usr/local/bin/dash
-cd /usr/local/www/jozan || exit 1
-git pull
+git -C /usr/local/www/jozan pull
+git -C /root/scripts pull
exit