Merge pull request #1109 from mathbunnyru/asalikhov/bash_codestyle

Fix bash files codestyle
This commit is contained in:
Peter Parente
2020-06-15 08:37:57 -04:00
committed by GitHub
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)