remove rt3 from monitor
[monitor.git] / rt3 / rtcron.sh
diff --git a/rt3/rtcron.sh b/rt3/rtcron.sh
deleted file mode 100755 (executable)
index e14b533..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-D=/usr/share/monitor/
-for f in $D/rt3/rtcron.d/*.sh ; do
-       bash -c "$f"
-done