From 8899357ce7d7fe762b0f8f6a884151561780baa3 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Mon, 2 Mar 2026 15:11:38 +0000 Subject: [PATCH] FIX crontabs (trailing newline required) --- crontab.ctdb | 2 +- crontab.samba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab.ctdb b/crontab.ctdb index fd1f5d4..fbd9755 100644 --- a/crontab.ctdb +++ b/crontab.ctdb @@ -7,4 +7,4 @@ SHELL=/bin/bash # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat # | | | | | # * * * * * user-name command to be executed -* * * * * root /usr/bin/ctdb reloadnodes \ No newline at end of file +* * * * * root /usr/bin/ctdb reloadnodes diff --git a/crontab.samba b/crontab.samba index 9e610ac..d86a6c4 100644 --- a/crontab.samba +++ b/crontab.samba @@ -7,4 +7,4 @@ SHELL=/bin/bash # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat # | | | | | # * * * * * user-name command to be executed -*/10 * * * * root /persistCups.sh \ No newline at end of file +*/10 * * * * root /persistCups.sh