From 48158a6d4dbe25c26637efd96f0b3f50db2bd471 Mon Sep 17 00:00:00 2001 From: Satu Koskinen Date: Sat, 22 Oct 2022 15:56:50 +0300 Subject: [PATCH] Make setup-rtc scripts executable --- scripts/setup-rtc-1.sh | 0 scripts/setup-rtc-2.sh | 3 --- 2 files changed, 3 deletions(-) mode change 100644 => 100755 scripts/setup-rtc-1.sh mode change 100644 => 100755 scripts/setup-rtc-2.sh diff --git a/scripts/setup-rtc-1.sh b/scripts/setup-rtc-1.sh old mode 100644 new mode 100755 diff --git a/scripts/setup-rtc-2.sh b/scripts/setup-rtc-2.sh old mode 100644 new mode 100755 index 767636b..d7ec9e5 --- a/scripts/setup-rtc-2.sh +++ b/scripts/setup-rtc-2.sh @@ -15,16 +15,13 @@ exit 0 EOF # Set system time to Internet time - echo "Restarting systmd-timesyncd to update system time" - sudo systemctl restart systemd-timesyncd echo "System time now:" date # Write system time to the RTC module - echo "Hardware clock time now:" sudo hwclock -r