mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 04:15:40 +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
|
finit # Executing First/Force init
|
||||||
fi
|
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
|
# Normal Startup
|
||||||
|
|
||||||
start_retrodeck
|
start_retrodeck
|
Loading…
Reference in a new issue