diff --git a/.gitignore b/.gitignore index 10d564a..470041c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /node_modules -backup \ No newline at end of file +public/storage/*.dat diff --git a/appdiff.sh b/appdiff.sh index 8783741..d6c3b3a 100755 --- a/appdiff.sh +++ b/appdiff.sh @@ -17,7 +17,9 @@ BRANCH="master" ## working dir cd /root/app -GITDIFF=`git diff --name-only --ignore-space-change gh/$BRANCH` +##GITDIFF=`git diff --name-only --ignore-space-change gh/$BRANCH` +#GITDIFF=`git diff --name-only --ignore-space-change` +GITDIFF=`git log master..origin/master` len=${#GITDIFF} if [ $len -lt 3 ]