Files
Tooloop-Packages/kiosk-browser/package/assets/presentation/start-presentation.sh
T

10 lines
155 B
Bash
Raw Normal View History

2018-09-20 15:38:43 +02:00
#!/bin/bash
IDLETIME=60
RESET_COMMAND="/bin/bash /assets/presentation/reset-kiosk.sh"
$RESET_COMMAND
xidlerun -t $IDLETIME -c "$RESET_COMMAND" &
exit 0