From 84144c72fb0241897b0cf6f513ba80bc8af565b2 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 14 Jan 2024 22:15:23 +0100 Subject: [PATCH] inst-depl => lighttpd --- README.md | 2 -- pre/inst-depl | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fe8742..86a0d23 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,6 @@ bash chname ` , puis redémarrer git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git cd gsb2024/pre bash inst-depl - cd /var/www/html/gsbstore - bash getall cd /root/tools/ansible/gsb2024/pre bash gsbboot cd .. ; bash pull-config diff --git a/pre/inst-depl b/pre/inst-depl index 5927e41..386a7e2 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -8,7 +8,7 @@ set -o pipefail GITUSR=gitgsb GITPRJ=gsb2024 apt-get update -apt-get install -y apache2 git +apt-get install -y lighttpd git STOREREP="/var/www/html/gsbstore" GLPIREL=10.0.11 @@ -75,3 +75,7 @@ EOT ) cat "${STOREREP}/getall" + +cd "${STOREREP}" || exit 2 +bash getall +