install_httpd-2.4.sh: if 'make install' failed, try 'make install' again (is needed for version 2.4.34).
This commit is contained in:
		| @@ -1816,6 +1816,19 @@ else | ||||
|    echo_failed | ||||
|    error "Installing apache-${APACHE_VERSION} failed." | ||||
|  | ||||
|    echononl "\tTrying again..." | ||||
|    echo "## - Trying to install apache-${APACHE_VERSION} again.." >> ${_logdir}/main.log | ||||
|    echo "## -" >> ${_logdir}/main.log | ||||
|    echo "## - See ${_logdir}/httpd-make_install_again.log for more details" >> ${_logdir}/main.log | ||||
|    echo "## -" >> ${_logdir}/main.log | ||||
|    echo "make install > ${_logdir}/httpd-make_install_again.log 2>&1" >> ${_logdir}/main.log | ||||
|    make install > ${_logdir}/httpd-make_install_again.log 2>&1 | ||||
|  | ||||
|    if [ "$?" = "0" ]; then | ||||
|       echo_ok | ||||
|    else | ||||
|       echo_failed | ||||
|  | ||||
|       echononl "continue anyway [yes/no]: " | ||||
|       read OK | ||||
|       OK="$(echo "$OK" | tr '[:upper:]' '[:lower:]')" | ||||
| @@ -1824,6 +1837,7 @@ else | ||||
|          read OK | ||||
|       done | ||||
|       [[ $OK = "yes" ]] || fatal "Abbruch durch User" | ||||
|    fi | ||||
|  | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user