mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Add steam username to SRM config if SRM userdata folder is found, not if not found.
This commit is contained in:
parent
a53cf917a3
commit
6b6bc710cf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue