chore: update README.md and set --app to none by default

This commit is contained in:
Elton Renda
2023-12-04 10:37:15 +02:00
parent 2e8daabae9
commit 7d61c4f178
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ while [ "$#" -gt 0 ]; do
shift
done
EPS_APP_NAME=${EPS_APP_NAME:-nginx-proxy-manager}
EPS_APP_NAME=${EPS_APP_NAME:-}
if [ -z "$EPS_APP_NAME" ]; then
log "error" "No application provided" "" 1
fi