diff options
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r-- | init.d/swclock.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index 3357fc76..ed4516c6 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -16,7 +16,7 @@ depend() start() { ebegin "Setting the local clock based on last shutdown time" - swclock + swclock --warn eend $? } |