From db7e663c2c85538d2082e11bbebe6fd4e5fc4436 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:56:37 +0100 Subject: [PATCH] Update v-list-php --- bin/v-list-php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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