diff --git a/misc/tools.func b/misc/tools.func index 62a71d9da..5a91033ce 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -386,7 +386,7 @@ install_php() { $STD systemctl disable php${CURRENT_PHP}-fpm || true fi - $STD apt-get install -y "$MODULE_LIST" + $STD apt-get install -y $MODULE_LIST msg_ok "Installed PHP $PHP_VERSION with selected modules" if [[ "$PHP_APACHE" == "YES" ]]; then