Add steam username to SRM config if SRM userdata folder is found, not if not found.

This commit is contained in:
icenine451 2025-04-09 10:17:32 -04:00
parent a53cf917a3
commit 6b6bc710cf

View file

@ -539,7 +539,7 @@ get_steam_user() {
log i "Username: $steam_username"
log i "Name: $steam_prettyname"
if [[ ! -d "$srm_userdata" ]]; then
if [[ -d "$srm_userdata" ]]; then
populate_steamuser_srm
fi