Kaynağa Gözat

Invert logic

Bob Mottram 8 yıl önce
ebeveyn
işleme
fb4d8e982b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone-app-pelican

+ 1
- 1
src/freedombone-app-pelican Dosyayı Görüntüle

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