From 6027811e4a0c0b994988b0a7e703c815265fa92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:20:09 +0200 Subject: [PATCH] GLPI: Fix UNBOUND variable (#8167) * Update glpi-install.sh * Update glpi-install.sh --- install/glpi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/glpi-install.sh b/install/glpi-install.sh index d213eecd4..d1f123350 100644 --- a/install/glpi-install.sh +++ b/install/glpi-install.sh @@ -48,7 +48,7 @@ curl -fsSL "https://github.com/glpi-project/glpi/releases/download/10.0.20/glpi- $STD tar -xzvf glpi-10.0.20.tgz cd /opt/glpi $STD php bin/console db:install --db-name=$DB_NAME --db-user=$DB_USER --db-password=$DB_PASS --no-interaction -echo "${RELEASE}" >/opt/${APPLICATION}_version.txt +echo "10.0.20" >/opt/${APPLICATION}_version.txt msg_ok "Installed GLPi" msg_info "Setting Downstream file"