Commit dd2087c7 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #1109 from mathbunnyru/asalikhov/bash_codestyle

Fix bash files codestyle
parents 947a7155 0610908e
......@@ -11,8 +11,7 @@ USAGE="Usage: `basename $0` [--secure | --letsencrypt] [--password PASSWORD] [--
# Parse args to determine security settings
SECURE=${SECURE:=no}
LETSENCRYPT=${LETSENCRYPT:=no}
while [[ $# > 0 ]]
do
while [[ $# > 0 ]]; do
key="$1"
case $key in
--secure)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment