Skip to content

Commit

Permalink
Upd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Nov 5, 2024
1 parent 9c824ac commit dc2cd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/raspiBackupInstallUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 *-*-*
Expand Down

0 comments on commit dc2cd01

Please sign in to comment.