diff options
Diffstat (limited to 'src/update/vps.pl')
-rwxr-xr-x | src/update/vps.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/update/vps.pl b/src/update/vps.pl index 8b4cf38..15f7256 100755 --- a/src/update/vps.pl +++ b/src/update/vps.pl @@ -8,17 +8,17 @@ sub main { system( '/usr/local/bin/dash', '-c', - 'git -C /usr/local/www/jozan pull origin master>/dev/null 2>&1' + 'git -C /usr/local/www/jozan pull origin master >/dev/null 2>&1' ); 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/git-jozan pull origin master >/dev/null 2>&1' ); system( '/usr/local/bin/dash', '-c', - 'git -C /root/scripts pull >/dev/null 2>&1' + 'git -C /root/scripts pull origin master >/dev/null 2>&1' ); print "Updated jozan website, git website and scripts.\n"; exit; |