1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Modified restore script start to be compliant with generic script

This commit is contained in:
Olivier BILHAUT 2018-02-02 17:13:23 +01:00 committed by Jeff
parent d8a23d3ebe
commit 657fc2ab1f

View file

@ -3,6 +3,15 @@
#=================================================
# GENERIC START
#=================================================
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#================================================
# IMPORT GENERIC HELPERS
#=================================================
@ -14,12 +23,6 @@ fi
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================
# LOAD SETTINGS