mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-14 08:38:52 +01:00
fix issue #22
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
f9d5f09520
commit
ffa35c0983
@ -26,6 +26,7 @@ case ${1} in
|
|||||||
|
|
||||||
# Launch Previous Game if any
|
# Launch Previous Game if any
|
||||||
if [ -f "${INSTANT_PLAY_FILE}" ]; then
|
if [ -f "${INSTANT_PLAY_FILE}" ]; then
|
||||||
|
audio_amp on
|
||||||
keymap resume
|
keymap resume
|
||||||
echo -n "Found Instant Play file, restarting previous game with command: "
|
echo -n "Found Instant Play file, restarting previous game with command: "
|
||||||
echo $(head -n 1 "${INSTANT_PLAY_FILE}")
|
echo $(head -n 1 "${INSTANT_PLAY_FILE}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user