use python2 explicitly for f31
[plcrt.git] / rtcron.sh
index 6cd578f..7a0752e 100755 (executable)
--- a/rtcron.sh
+++ b/rtcron.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 D=/usr/share/plcrt/
-for f in $D/cron.d/*.sh ; do
-       bash -c "$f"
+for f in $D/cron.d/*.py ; do
+       $f
 done