diff --git a/sources/hooks/conf_regen/98-postfix_emailpoubelle b/sources/hooks/conf_regen/98-postfix_emailpoubelle index 8688ed5..542ad4c 100644 --- a/sources/hooks/conf_regen/98-postfix_emailpoubelle +++ b/sources/hooks/conf_regen/98-postfix_emailpoubelle @@ -1,6 +1,7 @@ #!/bin/bash source /usr/share/yunohost/helpers +app=$YNH_APP_INSTANCE_NAME install_dir=$(ynh_app_setting_get --app=$app --key=install_dir) set -e @@ -38,4 +39,4 @@ case "$1" in ;; esac -exit 0 \ No newline at end of file +exit 0