From e0cd9f742b7c88b328992b7cf48acd526a4d63f9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 1 Jul 2017 17:07:27 +0000 Subject: [PATCH] Fix output if make goes wrong. --- mod_php_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index e1670a7..d89254b 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -1131,7 +1131,7 @@ if [ "$?" = "0" ]; then echo_ok else echo_failed - fatal "Configuring PHP failed!\n\t see ${_logdir}/php-configure.log for more details" + fatal "Configuring PHP failed!\n\t see ${_logdir}/php-make.log for more details" fi