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
|
||||
if [ -f "${INSTANT_PLAY_FILE}" ]; then
|
||||
audio_amp on
|
||||
keymap resume
|
||||
echo -n "Found Instant Play file, restarting previous game with command: "
|
||||
echo $(head -n 1 "${INSTANT_PLAY_FILE}")
|
||||
|
|
Loading…
Reference in New Issue