mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-21 19:59:46 +01:00
Remove superflous escapes in swclock cron job
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
b67b00ac6f
commit
ab827498ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue