fixed some minor problems

This commit is contained in:
HolySephi
2015-02-06 10:39:16 +01:00
parent 2f80477f7d
commit 8fab2ae8f0

View File

@@ -48,7 +48,7 @@ return array(
(Settings::Get('system.deactivateddocroot') != '') ? 'mkdir -p ' . Settings::Get('system.deactivateddocroot') : '' (Settings::Get('system.deactivateddocroot') != '') ? 'mkdir -p ' . Settings::Get('system.deactivateddocroot') : ''
), ),
'restart' => array( 'restart' => array(
'/usr/bin/systemctl reload-or-restart httpd.service' 'systemctl reload-or-restart httpd.service'
) )
), ),
), ),
@@ -97,11 +97,8 @@ return array(
'commands_install' => array( 'commands_install' => array(
'yum install dovecot dovecot-mysql dovecot-pigeonhole', 'yum install dovecot dovecot-mysql dovecot-pigeonhole',
'systemctl enable dovecot.service', 'systemctl enable dovecot.service',
'touch /etc/dovecot/dovecot-sql.conf.ext',
'chmod 0600 /etc/dovecot/dovecot-sql.conf.ext',
), ),
'commands' => array( 'commands' => array(
'yum install dovecot dovecot-mysql dovecot-pigeonhole',
'touch /etc/dovecot/dovecot-sql.conf.ext', 'touch /etc/dovecot/dovecot-sql.conf.ext',
'chmod 0600 /etc/dovecot/dovecot-sql.conf.ext', 'chmod 0600 /etc/dovecot/dovecot-sql.conf.ext',
), ),