From dc2cd01966e3413d919f3308dc76afdfc87d8548 Mon Sep 17 00:00:00 2001 From: framps Date: Tue, 5 Nov 2024 16:24:07 +0800 Subject: [PATCH] Upd comment --- installation/raspiBackupInstallUI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/raspiBackupInstallUI.sh b/installation/raspiBackupInstallUI.sh index 7265ac4..0875be7 100644 --- a/installation/raspiBackupInstallUI.sh +++ b/installation/raspiBackupInstallUI.sh @@ -2910,7 +2910,7 @@ function config_menu() { logItem "parsed day: $CONFIG_CRON_DAY" elif isSystemdConfigInstalled; then # OnCalendar=Sun *-*-* 05:00:00 - # OnCalendar= *-*-* 05:00:00 + # OnCalendar=*-*-* 05:00:00 local l="$(grep "^OnCalendar" $SYSTEMD_TIMER_ABS_FILE | cut -f 2 -d "=")" # Sun *-*-* 05:00:00 or *-*-* 05:00:00 logItem "parsed $l" local day="$(cut -f 1 -d ' ' <<< $l)" # Sun or *-*-*