summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-configurations.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/10-configurations.inc')
-rw-r--r--satellit_installer/includes/10-configurations.inc4
1 files 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