This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Startup script for optware cron | |
# | |
# Fix file permissions | |
# Cron throws an error if these files are anything other than RW by owner | |
chmod 600 /opt/etc/crontab | |
chmod -R 600 /opt/etc/cron.d/ | |