1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update 98-postfix_emailpoubelle

This commit is contained in:
Éric Gaspar 2023-04-06 14:47:55 +02:00
parent 8a1d300610
commit 3126149d02

View file

@ -16,13 +16,10 @@ do_pre_regen() {
sudo sed -e "s@^virtual_alias_maps\s*=\s*\(.*\)@virtual_alias_maps = hash:$install_dir/var/virtual,\1@"\
-i $postfix_main_cf
}
do_post_regen() {
regen_conf_files=$1
regen_conf_files=$1
}
FORCE=${2:-0}