Main:* fix for CMSHooks, Mod:Postfix fix openDKIM

Main:Inst Fixed failing to store storing EnabledAons/aonoption

Main:AddCMS renamed option to EnOption to avoid resusing variable

Mod:Postfix Fixed OpenDKIM usermod
This commit is contained in:
2021-02-11 15:18:17 +01:00
parent 064ceafe08
commit 638a8c1525
3 changed files with 7 additions and 7 deletions

View File

@@ -442,7 +442,7 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re
fi
#saving enabled Allways on modules
echo 'EnabledAons=('$aonoption')' > /etc/ICTM/selopts.list
echo 'EnabledAons=('$aonoption')' >> /etc/ICTM/selopts.list
#Combining selected option with always-on options
option="$option""$aonoption"