1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
This commit is contained in:
Jeff 2016-06-28 17:31:27 +02:00 committed by GitHub
parent 5b8cd31494
commit 15805e8a7b

View file

@ -24,8 +24,6 @@ app=$YNH_APP_INSTANCE_NAME
# Initialize database and store mysql password for upgrade
ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass"
ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" \
< "${TMPDIR}/SQL/mysql.initial.sql"
ynh_app_setting_set "$app" mysqlpwd "$dbpass"
# Create the final path and copy sources