diff --git a/sendGFWList.sh b/sendGFWList.sh index f7c980e..a19f45a 100755 --- a/sendGFWList.sh +++ b/sendGFWList.sh @@ -68,7 +68,7 @@ if [ "$convertedLog" != "" ]; then svn update && # save local modification - [ -n "$(git diff)" ] && git diff > temp.patch && + [ -n "$(git diff)" ] && git diff > temp.patch; base64 -d gfwlist.txt > list.txt && echo -e $convertedLog | git commit -a -F - ;