From e856da07f62f3e76ee97f4c4a342a017d1f6cbb9 Mon Sep 17 00:00:00 2001 From: tech Date: Thu, 16 Jan 2025 17:32:01 +0100 Subject: [PATCH] Update clouds_check.sh remove residual index.php files in /root/ --- clouds_check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clouds_check.sh b/clouds_check.sh index 666a045..46843a7 100755 --- a/clouds_check.sh +++ b/clouds_check.sh @@ -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