Fix bash files codestyle

This commit is contained in:
Ayaz Salikhov
2020-06-13 20:32:52 +02:00
parent c094bb7219
commit d4a632faef
5 changed files with 53 additions and 54 deletions

View File

@@ -11,8 +11,7 @@ USAGE="Usage: `basename $0` [--secure | --letsencrypt] [--password PASSWORD] [--
# Parse args to determine security settings # Parse args to determine security settings
SECURE=${SECURE:=no} SECURE=${SECURE:=no}
LETSENCRYPT=${LETSENCRYPT:=no} LETSENCRYPT=${LETSENCRYPT:=no}
while [[ $# > 0 ]] while [[ $# > 0 ]]; do
do
key="$1" key="$1"
case $key in case $key in
--secure) --secure)