summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-12-21 11:06:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-12-21 11:06:10 +0100
commit33a6a5fd27808d93af89feb4699afa8ad9db83a5 (patch)
tree0bf642ebca93396ddf841af2d270a88d8743e831
parent319bc2bcc501fd2a787ecee2ee0ee03f422d97f5 (diff)
downloaditzks-systems-33a6a5fd27808d93af89feb4699afa8ad9db83a5.tar.gz
itzks-systems-33a6a5fd27808d93af89feb4699afa8ad9db83a5.tar.bz2
itzks-systems-33a6a5fd27808d93af89feb4699afa8ad9db83a5.zip
CRON: Fix crontab file for itzks-systems-common (missing line break at EOL).
-rw-r--r--etc/cron.d/itzks-systems-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/itzks-systems-common b/etc/cron.d/itzks-systems-common
index 1287712..8c62a5e 100644
--- a/etc/cron.d/itzks-systems-common
+++ b/etc/cron.d/itzks-systems-common
@@ -5,4 +5,4 @@ PATH=/usr/bin:/bin:/usr/sbin:/sbin
# make latest package lists available to the user and Icinga
0 7,11,15 * * * root if [ ! -e /etc/lts.conf ]; then apt-get update 1>/dev/null 2>/dev/null; fi
-15 8 * * * root if [ ! -e /etc/lts.conf ]; then apt-get clean 1>/dev/null 2>/dev/null; fi \ No newline at end of file
+15 8 * * * root if [ ! -e /etc/lts.conf ]; then apt-get clean 1>/dev/null 2>/dev/null; fi