From 94464598400459c91ae6b0e592aa137dca13b37d Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 27 Mar 2026 15:44:22 +0100 Subject: [PATCH] mod_php_install.sh: fix spacing issue in man.conf conditional check --- 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 fc657e0..5cce0e5 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -6913,7 +6913,7 @@ if [ -f /etc/manpath.config ];then echo "MANPATH_MAP /usr/local/php/bin /usr/local/php/php/man" >> /etc/manpath.config echo "MANDB_MAP /usr/local/php/php/man /var/cache/man" >> /etc/manpath.config fi -elif [ -f /etc/man.conf];then +elif [ -f /etc/man.conf ]; then if ! grep /opt/php/man /etc/man.conf > /dev/null 2<&1 ; then echo >> /etc/man.conf echo "MANPATH /opt/php/man /var/cache/man" >> /etc/man.conf