From 2a1dc1a1c2c42ed3f94d81bdc2b7578b65a504c4 Mon Sep 17 00:00:00 2001 From: scott Date: Sat, 24 Aug 2024 13:09:01 +0000 Subject: [PATCH] moved sed for version number from gsa-mod.sh to here. --- build.d/gsa-main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.d/gsa-main.sh b/build.d/gsa-main.sh index e7b18b9..567bf30 100644 --- a/build.d/gsa-main.sh +++ b/build.d/gsa-main.sh @@ -20,6 +20,7 @@ apt update && apt install patch -y echo "BUILDDIR $BUILDDIR" patch -p1 < /ics-gsa/ics-gsa.patch #/ics-gsa/scripts/gsa-mods.sh $BUILDDIR $tag +sed -i s/XXXXXXX/$tag/ "$BUILDDIR/src/web/pages/login/loginform.jsx" apt update && apt install npm -y #update npm and the browserlist