Merge pull request #1818 from f0o/cron-fix

Remove 'sh' from cron as we now use 'bash'
This commit is contained in:
Neil Lathwood
2015-09-01 10:57:34 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
33 */6 * * * root /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * root /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * root /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15 0 * * * root sh /opt/librenms/daily.sh >> /dev/null 2>&1
15 0 * * * root /opt/librenms/daily.sh >> /dev/null 2>&1
* * * * * root /opt/librenms/alerts.php >> /dev/null 2>&1
+1 -1
View File
@@ -3,5 +3,5 @@
33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15 0 * * * librenms sh /opt/librenms/daily.sh >> /dev/null 2>&1
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1