mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix tabs in hooks script
This commit is contained in:
parent
e3ddb1dc4d
commit
ef17082768
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ do_pre_regen() {
|
||||||
"${pending_dir}/etc/rspamd/local.d/dkim_signing.conf"
|
"${pending_dir}/etc/rspamd/local.d/dkim_signing.conf"
|
||||||
install -D -m 644 rspamd.sieve \
|
install -D -m 644 rspamd.sieve \
|
||||||
"${pending_dir}/etc/dovecot/global_script/rspamd.sieve"
|
"${pending_dir}/etc/dovecot/global_script/rspamd.sieve"
|
||||||
install -D -m 644 redis.conf \
|
install -D -m 644 redis.conf \
|
||||||
"${pending_dir}/etc/rspamd/local.d/redis.conf"
|
"${pending_dir}/etc/rspamd/local.d/redis.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_post_regen() {
|
do_post_regen() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue