diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-10 02:33:27 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-10 02:33:27 +0200 |
commit | 9550c1cba1fc9cf76ed60b1ede28bc262614fc5c (patch) | |
tree | e05b4b253041653c160db0ad35c6e2e28bba560b /src/update/vps.pl | |
parent | Trying with an empty thing (diff) | |
download | joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.gz joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.bz2 joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.xz joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.tar.zst joe-scripts-9550c1cba1fc9cf76ed60b1ede28bc262614fc5c.zip |
Updated directory for gitjoe website on the server
Diffstat (limited to 'src/update/vps.pl')
-rwxr-xr-x | src/update/vps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/vps.pl b/src/update/vps.pl index 15f7256..a57344e 100755 --- a/src/update/vps.pl +++ b/src/update/vps.pl @@ -13,7 +13,7 @@ sub main { system( '/usr/local/bin/dash', '-c', - 'git -C /usr/local/www/git-jozan pull origin master >/dev/null 2>&1' + 'git -C /usr/local/www/gitjoe pull origin master >/dev/null 2>&1' ); system( '/usr/local/bin/dash', |