mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
update hook for path
This commit is contained in:
parent
b1a603c8e9
commit
c7c0adc7cd
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
final_path=$(ynh_app_setting_get emailpoubelle final_path)
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
do_pre_regen() {
|
do_pre_regen() {
|
||||||
|
@ -11,8 +14,7 @@ do_pre_regen() {
|
||||||
# FIXME : check this file actually exists to not crash when only running this
|
# FIXME : check this file actually exists to not crash when only running this
|
||||||
# hook alone
|
# hook alone
|
||||||
|
|
||||||
sudo sed -e "s@^alias_maps\s*=\s*\(.*\)@alias_maps = \1,hash:/var/lib/mailman/data/aliases@"\
|
sudo sed -e "s@^virtual_alias_maps\s*=\s*\(.*\)@virtual_alias_maps = hash:$final_path/var/virtual,\1@"\
|
||||||
-e "s@^virtual_alias_maps\s*=\s*\(.*\)@virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman,\1@"\
|
|
||||||
-i $postfix_main_cf
|
-i $postfix_main_cf
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue