mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
Update install
This commit is contained in:
parent
cc96508fd2
commit
933cfb98c3
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ ynh_setup_source "$final_path"
|
|||
#=================================================
|
||||
|
||||
ynh_print_info --message="Import SQL..."
|
||||
ynh_mysql_execute_file_as_root --file="$final_path/db/SCHEMA.sql" --database="$db_name"
|
||||
mysql -u root -p phpipam < "$final_path/db/SCHEMA.sql"
|
||||
#ynh_mysql_execute_file_as_root --file="$final_path/db/SCHEMA.sql" --database="$db_name"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue