From 824c030a290f30cf5cf015126b67bc7d00c709b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 26 Nov 2024 17:53:27 +0100 Subject: [PATCH] Clean install for php8.3 --- scripts/desktop_install_check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/desktop_install_check.sh b/scripts/desktop_install_check.sh index d67fbaf0..c3b90077 100755 --- a/scripts/desktop_install_check.sh +++ b/scripts/desktop_install_check.sh @@ -85,6 +85,8 @@ elif [ "x$php81" == "x1" ]; then command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php81='1'"' elif [ "x$php82" == "x1" ]; then command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php82='1'"' +elif [ "x$php83" == "x1" ]; then + command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' php83='1'"' elif [ "x$apache" == "x1" ]; then command='ansible-playbook -K launch_install_check.yml -i hosts-'$1' -e "target='$target' apache='1'"' else