From 74961e18f5807d498327f925c53e586d8e3d86f1 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 19 Jun 2023 10:56:34 +0800 Subject: Update --- bin/init/sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/init/sync.sh b/bin/init/sync.sh index 413256a..a4c7542 100755 --- a/bin/init/sync.sh +++ b/bin/init/sync.sh @@ -4,8 +4,8 @@ pidof git >/dev/null && exit 0 # Print information about ~/.wakeup -echo 'latest: ' $(date -d @`stat -c %Y ~/.wakeup` --iso-8601=minutes) -echo 'wakeup at: ' $(cat ~/.wakeup | xargs -i date -d @{} --iso-8601=minutes) +echo 'latest: ' $(date -d @`stat -c %Y ~/.wakeup` --iso-8601=seconds) +echo 'wakeup at: ' $(cat ~/.wakeup | xargs -i date -d @{} --iso-8601=seconds) # Sync a repo sync() { -- cgit v1.2.3-70-g09d2