Update clouds_check.sh
remove residual index.php files in /root/
This commit is contained in:
parent
2ada0767e3
commit
e856da07f6
|
@ -17,5 +17,7 @@ do
|
||||||
-H "Tags: warning,boar" \
|
-H "Tags: warning,boar" \
|
||||||
$topicurl
|
$topicurl
|
||||||
fi
|
fi
|
||||||
|
# the wget above leaves a copy every of index.php in the root directory... delete it!
|
||||||
|
rm -rf /root/index.php*
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue