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

Modified remove script start to be compliant with generic script

This commit is contained in:
Olivier BILHAUT 2018-02-02 16:59:51 +01:00 committed by Jeff
parent 46f5bc2cd3
commit d5d17f3b65

View file

@ -1,10 +1,17 @@
#!/bin/bash
set -u
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
app=$YNH_APP_INSTANCE_NAME
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Retrieve app settings
domain=$(ynh_app_setting_get "$app" domain)