Fix package linter

This commit is contained in:
Josué Tille
2020-11-17 23:33:50 +01:00
parent 565e380b48
commit b67fafcf08
8 changed files with 28 additions and 151 deletions

View File

@ -4,16 +4,16 @@
# GENERIC START
#=================================================
# Load common variables and helpers
source ../settings/scripts/experimental_helper.sh
source ../settings/scripts/_common.sh
# IMPORT GENERIC HELPERS
source /usr/share/yunohost/helpers
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
# Load common variables and helpers
source ../settings/scripts/experimental_helper.sh
source ../settings/scripts/_common.sh
# Retrieve app settings
ynh_script_progression --message="Loading installation settings..."
domain=$(ynh_app_setting_get --app $app --key domain)