Check success of database import
This commit is contained in:
parent
18d5f0971e
commit
d0b310f50c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue