Browse Source

Disable hubzilla install for onion only

Bob Mottram 9 years ago
parent
commit
4ac4f49dc3
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone

+ 4
- 0
src/freedombone View File

@@ -8042,6 +8042,10 @@ function install_hubzilla {
8042 8042
     if [ ! $HUBZILLA_DOMAIN_NAME ]; then
8043 8043
         return
8044 8044
     fi
8045
+    # For now it probably won't install as onion-only. This might change in future
8046
+    if [[ $ONION_ONLY != "no" ]]; then
8047
+        return
8048
+    fi
8045 8049
 
8046 8050
     # update to the next commit
8047 8051
     if [ -d /var/www/$HUBZILLA_DOMAIN_NAME/htdocs ]; then