Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed May 2, 2024
1 parent 81061b1 commit d2e801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/openwrt/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ echo "configfile:$configfile, ipfile:$ipfile"

ipzipfile="txt.zip"

rm -rf *.csv
if [[ -e $ipzipfile ]]; then
rm -rf $ipzipfile;
rm -rf *.csv
fi;

echo "0.读取配置文件"
Expand Down

0 comments on commit d2e801e

Please sign in to comment.