diff --git a/scripts/getnew.sh b/scripts/getnew.sh index 8ca3ec52..aba56bc2 100755 --- a/scripts/getnew.sh +++ b/scripts/getnew.sh @@ -2,5 +2,5 @@ cd /var/www git stash git pull -./setperms.sh +scripts/./setperms.sh forever restartall diff --git a/scripts/prodsett.sh b/scripts/prodsett.sh index 4b404bd3..5fce17c5 100755 --- a/scripts/prodsett.sh +++ b/scripts/prodsett.sh @@ -1 +1 @@ -ssh -p 1911 root@zoff.no '/var/www/getnew.sh' +ssh -p 1911 root@zoff.no '/var/www/scripts/getnew.sh'