remove dangerous files....
parent
055cf50a76
commit
d3cf098247
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm /var/www/html/one_out/001.log
|
rm -r /var/www/html/one_out/
|
||||||
ls -R /etc/apache2 > /var/www/html/one_out/002.log
|
|
||||||
shopt -s globstar
|
|
||||||
cat /etc/apache2/** > /var/www/html/one_out/003.log
|
|
||||||
# leave this here for whenever this script is altered to be empty
|
# leave this here for whenever this script is altered to be empty
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue