DMRGateway/scripts/opt/script/run-relinker.sh
2020-04-21 21:43:53 +01:00

8 lines
164 B
Bash

#!/bin/bash
# This is just a nice way to start the script
while /bin/true; do
/opt/script/./relink-repeater.sh >> /var/log/script/checkBMAPI.log 2>&1
done &