mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
GLPI: Fix UNBOUND variable (#8167)
* Update glpi-install.sh * Update glpi-install.sh
This commit is contained in:
parent
2e42b6d752
commit
6027811e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue