diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:56:39 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:56:39 +0200 |
commit | e61fedb6d53c070cf621024a1d7b33afdac99edf (patch) | |
tree | 177f5cd1664656209a83ded709e9faf91898cb9a /src/update/vps.pl | |
parent | Cool (diff) | |
download | joe-scripts-e61fedb6d53c070cf621024a1d7b33afdac99edf.tar.gz joe-scripts-e61fedb6d53c070cf621024a1d7b33afdac99edf.tar.bz2 joe-scripts-e61fedb6d53c070cf621024a1d7b33afdac99edf.tar.xz joe-scripts-e61fedb6d53c070cf621024a1d7b33afdac99edf.tar.zst joe-scripts-e61fedb6d53c070cf621024a1d7b33afdac99edf.zip |
Trying with <b>authors</b>
Diffstat (limited to '')
-rwxr-xr-x | src/update/vps.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update/vps.pl b/src/update/vps.pl index 77c64ff..3f98594 100755 --- a/src/update/vps.pl +++ b/src/update/vps.pl @@ -20,6 +20,7 @@ sub main { '-c', 'git -C /root/scripts pull >/dev/null 2>&1' ); + print "Updated jozan website, git website and scripts.\n"; exit; } |