mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
"reload apache, if it's already running"
This commit is contained in:
parent
d8436c8ddc
commit
841d3f0516
@ -193,6 +193,10 @@ if (!file_exists($config['header']) || filesize($config['header']) < 200) // def
|
||||
system($config['start_webserver'].' start');
|
||||
system($config['autostart_webserver']);
|
||||
}
|
||||
else
|
||||
{
|
||||
system($config['start_webserver'].' reload');
|
||||
}
|
||||
}
|
||||
echo "\n";
|
||||
echo "EGroupware successful installed\n";
|
||||
|
Loading…
Reference in New Issue
Block a user