mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 05:25:40 +08: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 & |