Fix Emacs syntax highlighting in NixOS dovecot module.
This commit is contained in:
parent
bd7f379a3f
commit
ed5eb2aed8
@ -254,7 +254,7 @@ in
|
||||
${concatStringsSep "\n" (mapAttrsToList (to: from: ''
|
||||
if [ -d '${from}' ]; then
|
||||
mkdir '${stateDir}/sieve/${to}'
|
||||
cp ${from}/*.sieve '${stateDir}/sieve/${to}'
|
||||
cp "${from}/"*.sieve '${stateDir}/sieve/${to}'
|
||||
else
|
||||
cp '${from}' '${stateDir}/sieve/${to}'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user