This commit is contained in:
Shaun Inman 2023-03-26 09:06:15 -04:00
parent a943633e24
commit 26a0f5ce7c
2 changed files with 3 additions and 3 deletions

View file

@ -34,6 +34,8 @@ if [ -f "$AUTO_PATH" ]; then
"$AUTO_PATH" # &> $LOGS_PATH/auto.txt
fi
cd $(dirname "$0")
#######################################
keymon.elf & # &> $LOGS_PATH/keymon.txt &
@ -41,8 +43,6 @@ keymon.elf & # &> $LOGS_PATH/keymon.txt &
#######################################
cd $(dirname "$0")
EXEC_PATH=/tmp/minui_exec
NEXT_PATH="/tmp/next"
touch "$EXEC_PATH" && sync