mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 14:14:30 +02:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
date > /log/python_stderr.log
|
|
python /usr/bin/main.py udpout:127.0.0.1:14560 udpout:127.0.0.1:14550 >> /log/python_stderr.log 2>&1
|