hi all
i have installed squidGuard on my proxy server and it works fine.Now i need to update data base automaticaly.For this purpose i make an executeable file named "script" and the contents of file are
#!/bin/bash
squidGuard -C all
manualy it work fine but when i placed it in cron.daily direcotry but it not work
any one there for help me????
Bilal
I take it all the other stuff in the daily directory does fire?
If so, then maybe it's a permission problem - in which case make the script executable by everybody or make it owned by root.
Take a look at /etc/crontab for evidence that the contents of the daily directory is set to be run and at what time it is supposed to happen.
Bookmarks