diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 16:44:02 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 16:44:02 +0200 |
commit | 60caba003b052a13b7d6fbc942f7b0139ef955fd (patch) | |
tree | 9f8273cf3bb2a4dce1de55e479b6acbe0c23ccff /update-site.sh | |
parent | First commit (diff) | |
download | joe-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-x | update-site.sh | 4 |
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 |