Browse Source

Invert logic

Bob Mottram 8 years ago
parent
commit
fb4d8e982b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-pelican

+ 1
- 1
src/freedombone-app-pelican View File

@@ -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