Bob Mottram il y a 8 ans
Parent
révision
fb4d8e982b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-pelican

+ 1
- 1
src/freedombone-app-pelican Voir le fichier

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