Skip to content

Commit 7f6f541

Browse files
fix: issue where Knulli will continually restart Grout when Quick Resume is enabled
1 parent 09850a8 commit 7f6f541

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/Knulli/Grout.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export LD_LIBRARY_PATH=$CUR_DIR/lib:$LD_LIBRARY_PATH
1010

1111
if [ -f "$FLAG_FILE" ]; then
1212
rm -f "$FLAG_FILE"
13-
# batocera-es-swissknife --update-gamelists
14-
batocera-es-swissknife --restart
13+
nohup bash -c "sleep 3 && batocera-es-swissknife --restart" >/dev/null 2>&1 &
1514
fi
1615

1716
exit 0

0 commit comments

Comments
 (0)