threadr.lostcave.ddnss.de/run-once-script.sh

9 lines
198 B
Bash
Raw Normal View History

2020-02-26 11:11:21 +01:00
#!/bin/bash
rm /var/www/strassenkind.ip/*.conf
rm /var/www/strassenkind.ip/index.php
rm /var/www/strassenkind.ip/style.css
# leave this here for whenever this script is altered to be empty
2020-02-26 12:08:36 +01:00
exit 0