|
|
|
|
8992
|
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
8992
|
if [ ! $HUBZILLA_DOMAIN_NAME ]; then
|
8993
|
return
|
8993
|
return
|
8994
|
fi
|
8994
|
fi
|
|
|
8995
|
+ # Don't install on onion-only systems
|
|
|
8996
|
+ if [[ $ONION_ONLY != 'no' ]]; then
|
|
|
8997
|
+ return
|
|
|
8998
|
+ fi
|
8995
|
|
8999
|
|
8996
|
# update to a new commit if needed
|
9000
|
# update to a new commit if needed
|
8997
|
set_repo_commit /var/www/$HUBZILLA_DOMAIN_NAME/htdocs "Hubzilla commit" "$HUBZILLA_COMMIT" $HUBZILLA_REPO
|
9001
|
set_repo_commit /var/www/$HUBZILLA_DOMAIN_NAME/htdocs "Hubzilla commit" "$HUBZILLA_COMMIT" $HUBZILLA_REPO
|