You could schedule the "fix" every few days via cron. The following crontab entry will perform the actions every morning at 6am:Originally Posted by specialk23
00 06 * * * (touch /var/timestamp; /hack/bin/force_index.tcl) &
You could schedule the "fix" every few days via cron. The following crontab entry will perform the actions every morning at 6am:Originally Posted by specialk23
00 06 * * * (touch /var/timestamp; /hack/bin/force_index.tcl) &
Bookmarks