Remove superflous escapes in swclock cron job

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-11-25 19:05:32 +01:00
parent b67b00ac6f
commit ab827498ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
5 */4 * * * @SCRIPTDIR@/setntpdate.sh > /dev/null
@hourly date --utc +%%m%%d%%H%%M%%Y.%%S > @STATEFILESPATH@/swclock
@hourly date --utc +%m%d%H%M%Y.%S > @STATEFILESPATH@/swclock