TICLinky/run.sh

12 lines
322 B
Bash
Raw Normal View History

2022-12-07 14:22:06 +01:00
#!/bin/sh
# The run.sh file must be the entry point of the docker container. It is not meant to be run by a user it a terminal.
# Please use update.sh instead
ls -la $TIC_TTY_INPUT
echo "Initializing serial port"
stty -F $TIC_TTY_INPUT 9600 raw cs7 parenb
echo "Starting TIC server"
java -cp res -jar /data/bin/tic.jar