Browse Source

Hubzilla failure message

Bob Mottram 8 years ago
parent
commit
6ba589afba
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-app-hubzilla

+ 2
- 1
src/freedombone-app-hubzilla View File

304
     fi
304
     fi
305
 
305
 
306
     if [[ $ONION_ONLY != "no" ]]; then
306
     if [[ $ONION_ONLY != "no" ]]; then
307
-        return
307
+        echo $"Hubzilla won't work on an onion address"
308
+        exit 529925
308
     fi
309
     fi
309
 
310
 
310
     HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs
311
     HUBZILLA_PATH=/var/www/$HUBZILLA_DOMAIN_NAME/htdocs