mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Merge pull request #228 from icenine451/cooker-0.6.1b-icenine451
Cooker 0.6.1b fixes
This commit is contained in:
commit
b97be2ba35
|
@ -83,11 +83,6 @@ else
|
|||
finit # Executing First/Force init
|
||||
fi
|
||||
|
||||
# Check if SD card path has changed from SteamOS update
|
||||
if [[ ! -d $sd_card && "$(ls -A /run/media/deck/)" ]]; then
|
||||
configurator_generic_dialog "The ROMs folder was not found in the expected location.\nThis may happen when SteamOS is updated.\n\nPlease browse to the current location of the "
|
||||
fi
|
||||
|
||||
# Normal Startup
|
||||
|
||||
start_retrodeck
|
Loading…
Reference in a new issue