Skip to content

Commit 542417d

Browse files
committed
Remove captcha directories in run script
1 parent cb189e0 commit 542417d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -z "$PID" ]; then
1111
exit 1
1212
fi
1313

14-
rm -f $DIR/data/captchas/*
14+
rm -rf $DIR/data/captchas/*
1515
nohup python3 -u $DIR/join_captcha_bot.py >> $DIR/output.log 2>&1 &
1616
echo "Starting Script..."
1717
sleep 1

0 commit comments

Comments
 (0)