mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
Fix info text typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user