quotes
This commit is contained in:
parent
919354059c
commit
62d0047c9b
|
@ -298,7 +298,7 @@ function parse_args {
|
|||
exit 3
|
||||
fi
|
||||
if [[ $SYSTEM_TYPE != "mesh"* ]]; then
|
||||
if [[ $DDNS_PROVIDER != 'none' ]]; then
|
||||
if [[ "$DDNS_PROVIDER" != 'none' ]]; then
|
||||
if [[ $ONION_ONLY == "no" ]]; then
|
||||
if [ ! $DDNS_USERNAME ]; then
|
||||
echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'
|
||||
|
|
Loading…
Reference in New Issue