We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4084eb commit 50bb6beCopy full SHA for 50bb6be
generate-dockerfiles.sh
@@ -5,7 +5,7 @@ curl -O "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lg
5
echo -n "{" >"shortnamearray.json"
6
echo -n "\"include\":[" >>"shortnamearray.json"
7
8
-while read line; do
+while read -r line; do
9
shortname=$(echo "$line" | awk -F, '{ print $1 }')
10
export shortname
11
servername=$(echo "$line" | awk -F, '{ print $2 }')
0 commit comments