@@ -9270,6 +9270,9 @@ function install_hubzilla {
exit 252782
fi
mysql -u root --password="$MARIADB_PASSWORD" -D hubzilla < $HUBZILLA_PATH/install/schema_mysql.sql
+ if [ ! "$?" = "0" ]; then
+ exit 62952
+ fi
# create the config file
echo '<?php' > $HUBZILLA_PATH/.htconfig.php