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:
parent
8a1d300610
commit
3126149d02
1 changed files with 1 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue