mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Fix bash files codestyle
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user