28-07-2021

This commit is contained in:
2021-07-28 14:30:23 +02:00
parent 21501ed2ce
commit c2e950d819
6 changed files with 368 additions and 4 deletions

View File

@@ -458,7 +458,10 @@ echo "$test"
# Test if PHP.ini file has been modified by Homebrew (PECL)
php_versions=$(ls /usr/local/etc/php/)
# Fichier php.ini courant
# php -i | grep 'Loaded Configuration File' | awk '{print $NF}'
php_versions=$(ls /usr/local/etc/php/ 2>/dev/null)
for php in $php_versions
do
if [ -n "$upd_pkg" ]; then