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:
parent
8ee70b43ec
commit
36e415b426
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ ynh_exec_as "$app" php $ls_cli install "$admin" "$(ynh_string_random 24)" "$full
|
|||
# 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
|
||||
|
||||
#if [ $is_public -eq 1 ]
|
||||
#then
|
||||
|
|
Loading…
Add table
Reference in a new issue