X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=blobdiff_plain;f=koha-ldap-rewrite.sh;fp=koha-ldap-rewrite.sh;h=003a65092e2c1cc7cfdf763fdcd46eef763f9448;hp=55d7f977995d112914ff408412c2e5818b292522;hb=8e42b29bead920dd0e91ca8ecaedd8fd20020646;hpb=9d36c5db63043dde1160fae994845f2913f42ac7 diff --git a/koha-ldap-rewrite.sh b/koha-ldap-rewrite.sh index 55d7f97..003a650 100755 --- a/koha-ldap-rewrite.sh +++ b/koha-ldap-rewrite.sh @@ -2,4 +2,6 @@ cd /srv/virtual-ldap/ #log=log/koha-ldap-rewrite.log #test -f $log && mv $log $log.`date +%Y-%m-%dT%H%M%S` #( ./bin/ldap-rewrite.pl 2>&1 ) | tee -a $log +while true ; do ./bin/ldap-rewrite.pl +done