From 69304ca17b522ad8307918489f6273be29f5c920 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 23 Aug 2021 01:01:08 +0700 Subject: [PATCH] Fix info text typo --- scripts/install_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_php.sh b/scripts/install_php.sh index 8bc0b2b..6b97588 100755 --- a/scripts/install_php.sh +++ b/scripts/install_php.sh @@ -612,7 +612,7 @@ function init_php_fpm_install() { # Install default PHP version used by LEMPer. if [[ -z $(command -v "php${DEFAULT_PHP_VERSION}") ]]; then - info -e "\nLEMPer requires PHP ${DEFAULT_PHP_VERSION} as default to run its administration tools." + info "LEMPer requires PHP ${DEFAULT_PHP_VERSION} as default to run its administration tool." echo "PHP ${DEFAULT_PHP_VERSION} now being installed..." install_php_fpm "${DEFAULT_PHP_VERSION}" fi