Merge branch 'master' of https://git.oopen.de/install/roundcube
This commit is contained in:
commit
a49f66e03f
@ -135,7 +135,7 @@ MAIN_DOMAIN=${_tmp_string##*.}
|
||||
|
||||
httpd_binary="`which httpd`"
|
||||
if [ -z "$httpd_binary" ]; then
|
||||
httpd_binary="`ps -C httpd -f | grep -e \"^root\" | awk '{print$8}'`"
|
||||
httpd_binary="$(ps -axu | grep httpd | grep -e "^root" | grep -v grep | awk '{print$11}')"
|
||||
if [ -z "$httpd_binary" ]; then
|
||||
if [ -x "/usr/local/apache2/bin/httpd" ]; then
|
||||
httpd_binary="/usr/local/apache2/bin/httpd"
|
||||
|
Loading…
Reference in New Issue
Block a user