Skip to content

Commit

Permalink
Remove http url from GSLT_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbro committed Oct 12, 2021
1 parent e47c249 commit 03bf243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npflan/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for a in `ls /home/csgo/server/csgo|grep -v console.log|grep -v addons|grep -v c
ln -snf /home/csgo/server/csgo/$a /csgo/csgo/$a
done

GAMESERVERTOKEN=`wget -qO- http://$GSLT_URL/$POD_NAME`
GAMESERVERTOKEN=`wget -qO- $GSLT_URL/$POD_NAME`

if [ -n "$GAMESERVERTOKEN" ]; then
echo "Gameservertoken: $GAMESERVERTOKEN"
Expand Down

0 comments on commit 03bf243

Please sign in to comment.