Bob Mottram 8 年前
父节点
当前提交
62d0047c9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

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