aboutsummaryrefslogtreecommitdiffstats
path: root/update-site.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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