mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix variable substitution
This commit is contained in:
parent
a35594a668
commit
56328eff6c
6
psu
Executable file → Normal file
6
psu
Executable file → Normal file
@ -171,9 +171,9 @@ while getopts a:u:p:l:n:c:e:rs option; do
|
||||
l) PORTAINER_URL=${OPTARG} ;;
|
||||
n) PORTAINER_STACK_NAME=${OPTARG} ;;
|
||||
c) DOCKER_COMPOSE_FILE=${OPTARG} ;;
|
||||
e) PORTAINER_ENDPOINT=${OPTARG:-$PORTAINER_ENDPOINT} ;;
|
||||
r) PORTAINER_PRUNE=${"true":-$PORTAINER_PRUNE} ;;
|
||||
s) HTTPIE_VERIFY_SSL=${"no":-$HTTPIE_VERIFY_SSL} ;;
|
||||
e) PORTAINER_ENDPOINT=${OPTARG} ;;
|
||||
r) PORTAINER_PRUNE="true" ;;
|
||||
s) HTTPIE_VERIFY_SSL="no" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user