Files
Tooloop-Packages/kiosk-browser/assets/presentation/start-presentation.sh
T
2018-09-20 15:38:43 +02:00

10 lines
155 B
Bash

#!/bin/bash
IDLETIME=60
RESET_COMMAND="/bin/bash /assets/presentation/reset-kiosk.sh"
$RESET_COMMAND
xidlerun -t $IDLETIME -c "$RESET_COMMAND" &
exit 0