From ffa35c0983b715576d9e3524d6cf291e9c58ae15 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Tue, 11 May 2021 23:21:40 +0200 Subject: [PATCH] fix issue #22 Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/usr/local/sbin/instant_play | 1 + 1 file changed, 1 insertion(+) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/instant_play b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/instant_play index 157c8b7..b3b06d4 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/instant_play +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/instant_play @@ -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}")