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 +