creating a new directory on the webserver

master
Jan Danielzick 2020-03-02 14:38:39 +01:00
parent 07bd906959
commit 87bb0b5b2a
1 changed files with 2 additions and 2 deletions

4
run-once-script.sh Executable file → Normal file
View File

@ -1,4 +1,4 @@
#!/bin/bash #!/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 exit 0