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:
parent
e83e123e07
commit
42e4222597
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue