diff --git a/bin/v-list-php b/bin/v-list-php index fe57ffb9..846e40de 100644 --- a/bin/v-list-php +++ b/bin/v-list-php @@ -57,7 +57,7 @@ csv_list() { # Action # #----------------------------------------------------------# -# Oobtaining the list of installed PHP versions +# Obtaining the list of installed PHP-FPM versions phpversions=$(find /etc/php/ -type d -name 'fpm' | sed "s|/etc/php/||" | sed "s|/fpm||" | sort) # Listing data