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

Fixed psql in upgrade restore and backup

This commit is contained in:
anmol 2018-11-10 00:55:33 +05:30
parent ab8c3c7802
commit d1d930d2b5
4 changed files with 0 additions and 4 deletions

View file

@ -8,7 +8,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
source ../settings/scripts/psql.sh
#=================================================
# MANAGE SCRIPT FAILURE

View file

@ -8,7 +8,6 @@
source _common.sh
source /usr/share/yunohost/helpers
source psql.sh
#=================================================
# LOAD SETTINGS

View file

@ -8,7 +8,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
source ../settings/scripts/psql.sh
#=================================================
# MANAGE SCRIPT FAILURE

View file

@ -8,7 +8,6 @@
source _common.sh
source /usr/share/yunohost/helpers
source ../settings/scripts/psql.sh
#=================================================