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

@@ -15,7 +15,7 @@ bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/m
### Command line arguments ### Command line arguments
| argument | default | description | | argument | default | description |
|--------------------|----------------------|--------------------------------------------------------| |--------------------|----------------------|--------------------------------------------------------|
| --app | nginx-proxy-manager | application to install | | --app | none | application to install |
| --id | $nextid | container id | | --id | $nextid | container id |
| --os | alpine | OS distribution to install | | --os | alpine | OS distribution to install |
| --os-version | latest | OS version to install | | --os-version | latest | OS version to install |
@@ -52,7 +52,7 @@ sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/mai
### Command line arguments ### Command line arguments
| argument | default | description | | argument | default | description |
|--------------------|----------------------|--------------------------------------------------------| |--------------------|----------------------|--------------------------------------------------------|
| --app | nginx-proxy-manager | application to install | | --app | none | application to install |
| --cleanup | false | Remove dev dependencies after install | | --cleanup | false | Remove dev dependencies after install |
## Applications ## Applications

View File

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