1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Update upgrade

This commit is contained in:
yalh76 2019-05-16 11:27:43 +02:00
parent d8a422bbeb
commit 6370b7b36d

View file

@ -62,7 +62,7 @@ if [ -z "$final_path" ]; then
fi
# Fix previous database name
psql_db=$(ynh_app_setting_get --app=$app -key=psql_db)
psql_db=$(ynh_app_setting_get --app=$app --key=psql_db)
if [ -n "$psql_db" ]
then