mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update install
This commit is contained in:
parent
0e3c87a503
commit
2f9a71fc0c
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ ynh_mysql_create_db $db_user $db_user $db_pwd
|
||||||
#setting postfix to use virtual aliases file
|
#setting postfix to use virtual aliases file
|
||||||
sudo cp $postfix $postfix.emailpoubelle.bak #backup it eventually if that causes some issues
|
sudo cp $postfix $postfix.emailpoubelle.bak #backup it eventually if that causes some issues
|
||||||
ynh_replace_string "^virtual_alias_maps" "#virtual_alias_maps" $postfix
|
ynh_replace_string "^virtual_alias_maps" "#virtual_alias_maps" $postfix
|
||||||
#sudo sed -i "s/^virtual_alias_maps/#virtual_alias_maps/g" $postfix
|
|
||||||
echo "virtual_alias_maps = hash:$final_path/var/virtual" | sudo tee -a $postfix
|
echo "virtual_alias_maps = hash:$final_path/var/virtual" | sudo tee -a $postfix
|
||||||
|
|
||||||
#create the virtual aliases file
|
#create the virtual aliases file
|
||||||
|
|
Loading…
Reference in a new issue