Bob Mottram 8 年之前
父節點
當前提交
62d0047c9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

@@ -298,7 +298,7 @@ function parse_args {
298 298
         exit 3
299 299
     fi
300 300
     if [[ $SYSTEM_TYPE != "mesh"* ]]; then
301
-        if [[ $DDNS_PROVIDER != 'none' ]]; then
301
+        if [[ "$DDNS_PROVIDER" != 'none' ]]; then
302 302
             if [[ $ONION_ONLY == "no" ]]; then
303 303
                 if [ ! $DDNS_USERNAME ]; then
304 304
                     echo $'Please provide the username for your dynamic DNS provider with the --ddnsuser option'