From 6be27b37593031ee514e7359c31835a47f4c9dca Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 22 Apr 2020 21:32:29 +0100 Subject: [PATCH] Remove unneeded files. --- scripts/opt/script/run-relinker-hotspot.sh | 8 -------- scripts/opt/script/run-relinker.sh | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 scripts/opt/script/run-relinker-hotspot.sh delete mode 100644 scripts/opt/script/run-relinker.sh 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