Main:All Added per CMS config for sub-modules
If CMS is installed and a sub-module requires to be configured per CMS, this is handeled by new 'CMSHook-(pre)conf.sh' this has been added to Dev Docs Updated postfix sub-module to use new CMSHook Added 'itype' var for detection of install script type Now also storeing 'Allways on modules' in installer as EnabledAons
This commit is contained in:
@@ -85,7 +85,7 @@ systemctl start postfix opendkim
|
||||
systemctl enable postfix opendkim
|
||||
|
||||
#if using Append module run for existing cms/sites
|
||||
if [ ! -z "${postfixappended}" ]; then
|
||||
if [ "$itype" = "AddMod" ]; then
|
||||
for file in /etc/ICTM/sites/*; do
|
||||
sitename="${file##*/}"
|
||||
domain=${sitename//_/.}
|
||||
|
||||
Reference in New Issue
Block a user