From 87bb0b5b2aa263fb214bd87cf5f38875e7445970 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Mon, 2 Mar 2020 14:38:39 +0100 Subject: [PATCH] creating a new directory on the webserver --- run-once-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 run-once-script.sh diff --git a/run-once-script.sh b/run-once-script.sh old mode 100755 new mode 100644 index 765e750..1a94e07 --- a/run-once-script.sh +++ b/run-once-script.sh @@ -1,4 +1,4 @@ #!/bin/bash -cp /var/www/admin.strassenkind.ip/stderr.log /var/www/git/web-deployment/threadr -# +mkdir /var/www/html/one_out +# leave this here for whenever this script is altered to be empty exit 0