mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Remove unneeded code
This commit is contained in:
parent
6d9c8e0471
commit
c40db19515
|
@ -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