From 25a85e7ad14ad1c8bb90b31116cfcf1f9ee5512e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 12 Jul 2021 14:47:40 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 93ed030..62b5f9f 100755 --- a/scripts/install +++ b/scripts/install @@ -136,11 +136,11 @@ ynh_exec_as "$app" php $ls_cli install "$admin" "$password" "$fullname" "$mail" # LOAD SQL SPECIFIC CONFIG #================================================= -ynh_add_config --template="../conf/data.sql" --destination="$final_path/data.sql" +#ynh_add_config --template="../conf/data.sql" --destination="$final_path/data.sql" -ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/data.sql +#ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/data.sql -ynh_secure_remove --file=$final_path/data.sql +#ynh_secure_remove --file=$final_path/data.sql #if [ $is_public -eq 1 ] #then