install_httpd-2.4.sh: Start apache2 after installation, even if the service was not running.
This commit is contained in:
parent
a50be3ed8b
commit
77170e9872
@ -3945,7 +3945,9 @@ if [[ -n "$_httpd_current_version" ]]; then
|
|||||||
fi # if [[ -n "$_httpd_current_version" ]]
|
fi # if [[ -n "$_httpd_current_version" ]]
|
||||||
|
|
||||||
|
|
||||||
if $START_APACHE_WEBSERVICE ; then
|
# ---
|
||||||
|
# - Start apache webservice
|
||||||
|
# ---
|
||||||
echo "" >> ${_logdir}/main.log
|
echo "" >> ${_logdir}/main.log
|
||||||
echo "" >> ${_logdir}/main.log
|
echo "" >> ${_logdir}/main.log
|
||||||
echo "## - Start Apache Webserver" >> ${_logdir}/main.log
|
echo "## - Start Apache Webserver" >> ${_logdir}/main.log
|
||||||
@ -3965,8 +3967,10 @@ if $START_APACHE_WEBSERVICE ; then
|
|||||||
echo_failed
|
echo_failed
|
||||||
warn "Starting Apache Webservice failed!."
|
warn "Starting Apache Webservice failed!."
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
|
# ---
|
||||||
|
# - Reenable crontab for user root
|
||||||
|
# ---
|
||||||
echo
|
echo
|
||||||
echononl "\tReenable crontab for user root .."
|
echononl "\tReenable crontab for user root .."
|
||||||
echo "" >> ${_logdir}/main.log
|
echo "" >> ${_logdir}/main.log
|
||||||
|
Loading…
Reference in New Issue
Block a user