Daniel Gibbs 8 lat temu
rodzic
commit
0b6d5dfb28
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/install_gslt.sh

+ 1 - 1
lgsm/functions/install_gslt.sh

@@ -29,7 +29,7 @@ if [ -z "${autoinstall}" ]; then
 	if [ "${gamename}" != "Tower Unite" ]; then
 		echo "Enter token below (Can be blank)."
 		echo -n "GSLT TOKEN: "
-		read token
+		read -r token
 		if ! grep -q "^gslt=" "${configdirserver}/${servicename}.cfg" > /dev/null 2>&1; then
 			echo -e "\ngslt=\"${token}\"" >> "${configdirserver}/${servicename}.cfg"
 		else