Bob Mottram 8 år sedan
förälder
incheckning
fb4d8e982b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-app-pelican

+ 1
- 1
src/freedombone-app-pelican Visa fil

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