mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Correct rmilter.socket installation path in conf_regen hook
This commit is contained in:
parent
31c8aabe86
commit
a3b6a73709
1 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@ do_pre_regen() {
|
||||||
|
|
||||||
cd /usr/share/yunohost/templates/rmilter
|
cd /usr/share/yunohost/templates/rmilter
|
||||||
|
|
||||||
install -D -m 644 rmilter.conf "${pending_dir}/etc/rmilter.conf"
|
install -D -m 644 rmilter.conf \
|
||||||
install -D -m 644 rmilter.socket "${pending_dir}/etc/rmilter.socket"
|
"${pending_dir}/etc/rmilter.conf"
|
||||||
|
install -D -m 644 rmilter.socket \
|
||||||
|
"${pending_dir}/etc/systemd/system/rmilter.socket"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_post_regen() {
|
do_post_regen() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue