mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Fix
This commit is contained in:
parent
5b8cd31494
commit
15805e8a7b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue