From e6aa375aab68c71f0ecee585f275f5f1b087ac81 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 28 Oct 2019 18:54:04 +0100 Subject: [SSPS] Little bug (idiots at work in 10-configuration include) --- satellit_installer/includes/10-configurations.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satellit_installer/includes/10-configurations.inc b/satellit_installer/includes/10-configurations.inc index 25a57c1..177ad78 100644 --- a/satellit_installer/includes/10-configurations.inc +++ b/satellit_installer/includes/10-configurations.inc @@ -62,8 +62,8 @@ patch_php_config() { if [ $(ls -d /etc/php/*/|wc -l) -eq 1 ]; then local PHPINIFILE="$(ls -d /etc/php/*/)/cgi/php.ini" - fi - pwarning "No php ini file found - or more than one." + else + pwarning "No php ini file dir found - or more than one." fi if [ -f "$PHPINIFILE" ]; then -- cgit v1.2.3-55-g7522