This commit is contained in:
Axel Kittenberger 2021-11-24 17:59:14 +01:00
parent eacac676e2
commit 633273830a

5
run-bridge Executable file
View file

@ -0,0 +1,5 @@
while true; do
echo "--------- RE/START -----------" | tee -a log;
( authbind node src/server.js 2>&1 || true ) | tee -a log;
sleep 2;
done