浏览代码

Invert logic

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

+ 1
- 1
src/freedombone-app-pelican 查看文件

51
 
51
 
52
 
52
 
53
 function install_pelican_website {
53
 function install_pelican_website {
54
-    if [[ $ONION_ONLY == 'no' ]]; then
54
+    if [[ $ONION_ONLY != 'no' ]]; then
55
         echo -n '' > /etc/nginx/sites-available/$PELICAN_DOMAIN_NAME
55
         echo -n '' > /etc/nginx/sites-available/$PELICAN_DOMAIN_NAME
56
         return
56
         return
57
     fi
57
     fi