Bob Mottram hace 8 años
padre
commit
fb4d8e982b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-pelican

+ 1
- 1
src/freedombone-app-pelican Ver fichero

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