diff --git a/scripts/opt/script/run-relinker-hotspot.sh b/scripts/opt/script/run-relinker-hotspot.sh deleted file mode 100644 index c48d5ab..0000000 --- a/scripts/opt/script/run-relinker-hotspot.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# This is just a nice way to start the script - - -while /bin/true; do - /opt/script/./relink-repeater-hotspot.sh >> /var/log/script/checkBMAPI.log 2>&1 -done & \ No newline at end of file diff --git a/scripts/opt/script/run-relinker.sh b/scripts/opt/script/run-relinker.sh deleted file mode 100644 index 160ca46..0000000 --- a/scripts/opt/script/run-relinker.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 & \ No newline at end of file