From 5eed75a320ce6938d2873be7e89016c7ce68b06d Mon Sep 17 00:00:00 2001 From: Nixo Date: Fri, 24 Oct 2014 20:05:58 +0200 Subject: [PATCH] Modified script --- getnew.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/getnew.sh b/getnew.sh index a7c7e00c..df53bfa1 100755 --- a/getnew.sh +++ b/getnew.sh @@ -1,7 +1,6 @@ cd /var/www -if ! git --git-dir=".git" diff --quiet -then - git pull - ./setperms.sh -fi +git stash +git pull +./setperms.sh +