- fixes status check for logger - adds ability to test sample data - adds PLC Handshaking capability - adds portainer as container manager - exposes mysql port for reading database (as 6603)
6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash
|
|
|
|
service mysql start
|
|
sleep 5
|
|
python /root/tag-logger/flask/run.py
|