1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-12 14:47:40 +02:00
parent a8ad223c36
commit 25a85e7ad1

View file

@ -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