1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update upgrade

This commit is contained in:
Krakinou 2018-11-24 15:15:07 +01:00 committed by GitHub
parent e83e123e07
commit 42e4222597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ db_name=$(ynh_app_setting_get $app db_name)
#check for matlink's version
cat /etc/yunohost/apps/$app/status.json | grep "matlink"
if [[ ! $?==0 ]]; then
if [[ $?==0 ]]; then
#add missing info in settings
final_path=var/www/$app
db_name=emailPoubelle