From c1255828b9784b38288a06023938fe665ea93904 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Tue, 3 Mar 2020 15:06:51 +0100 Subject: [PATCH] removing a ticking time bomb --- run-once-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-once-script.sh b/run-once-script.sh index c336b4f..ade6e5a 100644 --- a/run-once-script.sh +++ b/run-once-script.sh @@ -1,4 +1,4 @@ #!/bin/bash -cat /var/www/admin.strassenkind.ip/stderr.log > /var/www/html/stderr.log +rm /var/www/html/stderr.log # leave this here for whenever this script is altered to be empty exit 0