From a8d6a29160d63f63a83b6894bab1eabbfb73f5b2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 12 Mar 2024 11:36:18 +0000 Subject: [PATCH] fix postfix https://github.com/YunoHost-Apps/emailpoubelle_ynh/pull/27 --- sources/hooks/conf_regen/98-postfix_emailpoubelle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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