Fix missing quote

This commit is contained in:
Michael Taboada 2023-08-01 16:27:02 -07:00
parent 147bb11e1b
commit 582cbb8ca8

View File

@ -702,7 +702,7 @@ case "${game}" in
appId="646570"
echo "Please enter Steam user name:"
read -er steamUser
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire +login "$steamUser" +app_update "$appId" +quit
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire" +login "$steamUser" +app_update "$appId" +quit
else
DISPLAY=""
find ~/Downloads -maxdepth 1 -type f -name 'slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh' -exec bash "{}" \; ||