From 9db0691db3542678b6772355e3178f76b5c29cbd Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 5 Feb 2026 08:48:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(update.sh):=20Supprime=20l?= =?UTF-8?q?a=20configuration=20alternative=20de=20PHP=20et=20met=20=C3=A0?= =?UTF-8?q?=20jour=20le=20log=20Git.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update.sh b/update.sh index c400486..0279627 100644 --- a/update.sh +++ b/update.sh @@ -5,7 +5,6 @@ GREEN='\033[0;32m' CYAN='\033[0;36m' RESET='\033[0m' # Reset color to default -sudo update-alternatives --set php /usr/bin/php8.4 php bin/console app:git-log-update echo "${CYAN}####################################${RESET}" echo "${CYAN}# LUDIKEVENT INTRANET UPDATE START #${RESET}" @@ -14,4 +13,3 @@ ansible-playbook -i ansible/hosts.ini ansible/playbook.yml echo "${CYAN}##############${RESET}" echo "${CYAN}# END UPDATE #${RESET}" echo "${CYAN}##############${RESET}" -sudo update-alternatives --set php /usr/bin/php8.3