mirror of
https://github.com/g4klx/DMRGateway.git
synced 2025-12-06 05:32:01 +01:00
8 lines
164 B
Bash
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 &
|