Skip to content

Commit 7a2fadd

Browse files
author
Till Brehm
committed
Merge branch '6330-rescue-core-module-for-apache-seems-to-be-broken' into 'develop'
Resolve "Rescue core module for apache seems to be broken" Closes #6330 See merge request ispconfig/ispconfig3!1818
2 parents 3b43519 + cf312f0 commit 7a2fadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/system.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ function _getinitcommand($servicename, $action, $init_script_directory = '', $ch
20732073
}
20742074
*/
20752075

2076-
if(!in_array($action,array('restart','reload','force-reload'))) {
2076+
if(!in_array($action,array('start','stop','restart','reload','force-reload'))) {
20772077
$app->log('Invalid init command action '.$action,LOGLEVEL_WARN);
20782078
return false;
20792079
}

0 commit comments

Comments
 (0)