From 44c44b1e3a19538e99208f461f36679ffce49bea Mon Sep 17 00:00:00 2001 From: Will Rich Date: Wed, 23 Aug 2017 15:01:40 +0100 Subject: [PATCH] Update SteamCMDFunctions --- bin/SteamCMDFunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/SteamCMDFunctions b/bin/SteamCMDFunctions index 6a8c7a1..952d144 100755 --- a/bin/SteamCMDFunctions +++ b/bin/SteamCMDFunctions @@ -122,7 +122,7 @@ quit" > .gpxsteamupdate.txt echo "SteamCMDInstall: Bad password for this Steam account. Please check the Steam password in Settings and try again. Exiting." >> $steam_log exit # Check successful login - elif [ "$(echo $steam_auth | grep 'Steam Public...Success')" ] + elif [ "$(echo $steam_auth | grep 'Logged in OK')" ] then echo "SteamCMDInstall: ($(date)) Steam: force_install_dir: $full_install_dir, app_update: $steam_game" >> $steam_log