Errors on ./fresh-start.sh fails #371
-
Describe the bug Running the fresh-start.sh as described in README fails: cd proxy/bin && ./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check
⚡ Start execution '/home/cos/proxy/bin/fresh-start.sh ✘ ERROR You dont have permission to write log at '/var/log/basescript.log' - [log]
✘ ERROR Logs could not be saved at '/var/log/basescript.log' - [log]
date: unrecognized option '--skip-docker-image-check'
Try 'date --help' for more information.
✘ ERROR Logs could not be saved at '-e/your_email@domain' - [log]
✔ success Function 'check_local_env_file'
✔ success Function 'check_docker'
✔ success Function 'check_running_script'
✔ success Function 'starts_initial_check'
unknown flag: --file
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
..and various other errors continue. Server info (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Did you clone using submodules? git clone --recurse-submodules https://github.com/evertramos/nginx-proxy-automation.git proxy |
Beta Was this translation helpful? Give feedback.
-
@evertramos i clone using --recurse-submodules, i have erros too, in my case i do exacly tutorial and recivied error, unknown flag: --env-file |
Beta Was this translation helpful? Give feedback.
-
Validating a previous version that I downloaded last year from the repository, it ran with the tutorial commands. |
Beta Was this translation helpful? Give feedback.
Did you clone using submodules?