Update clouds_check.sh

remove residual index.php files in /root/
This commit is contained in:
tech 2025-01-16 17:32:01 +01:00
parent 2ada0767e3
commit e856da07f6
1 changed files with 2 additions and 0 deletions

View File

@ -17,5 +17,7 @@ do
-H "Tags: warning,boar" \
$topicurl
fi
# the wget above leaves a copy every of index.php in the root directory... delete it!
rm -rf /root/index.php*
done