diff --git a/sendGFWList.sh b/sendGFWList.sh index f2d2941..395c715 100755 --- a/sendGFWList.sh +++ b/sendGFWList.sh @@ -94,7 +94,7 @@ git commit -a -m "$*" && # commit to remote svn server base64 list.txt > gfwlist.txt && -svn ci -m $( echo "$*" | base64 -w 0) && +svn ci gfwlist.txt -m $( echo "$*" | base64 -w 0) && rm temp.patch;