diff --git a/run-once-script.sh b/run-once-script.sh index 09b3815..596f186 100644 --- a/run-once-script.sh +++ b/run-once-script.sh @@ -1,4 +1,4 @@ #!/bin/bash -ls /etc > /var /www/html/one_out/001.log +ls /etc > /var/www/html/one_out/001.log # leave this here for whenever this script is altered to be empty exit 0