X-Git-Url: http://git.onelab.eu/?p=plcrt.git;a=blobdiff_plain;f=rtcron.sh;h=7a0752e8e1c0c8f6f5eeab60789de3201f166715;hp=6cd578f495dc4af4f661c325c8196d2a5d1af06b;hb=HEAD;hpb=27c2ea9bbeb04156550fdf5138010d625306dc87 diff --git a/rtcron.sh b/rtcron.sh index 6cd578f..7a0752e 100755 --- 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