From 5e639eb6be955314b91680eee1bceb980a110623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 30 Apr 2015 23:08:38 +0200 Subject: [PATCH] Fixed some scripts --- scripts/getnew.sh | 2 +- scripts/prodsett.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'