From fd0132c937066cf0f0fa8f6419f63b4b86dd2329 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Sun, 8 Mar 2020 18:05:34 +0100 Subject: [PATCH] removing some files in preparation for a change in the deployment script --- run-once-script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-once-script.sh b/run-once-script.sh index 976ca6d..212376c 100644 --- a/run-once-script.sh +++ b/run-once-script.sh @@ -1,6 +1,8 @@ #!/bin/bash -echo "Just ignore thizz message. Ty. Bye." +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 exit 0