Skip to content

Commit

Permalink
moved sed for version number from gsa-mod.sh to here.
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Aug 24, 2024
1 parent be0765b commit 2a1dc1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.d/gsa-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a1dc1a

Please sign in to comment.