coapi doesn't have site_ids? so getpersons should node depend on this field
[plcrt.git] / rtcron.sh
1 #!/bin/bash
2
3 D=/usr/share/plcrt/
4 for f in $D/cron.d/*.sh ; do
5         bash -c "$f"
6 done