Skip to content

Commit

Permalink
fix date to have valid repo keys
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Apr 9, 2024
1 parent eae809f commit 92a8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/openhab.bash
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ openhab_setup() {
echo "OK"
fi

# date needs to be > Jul 20, 23 for openhab repo signing key to be valid
# date needs to be > Apr 1, 24 for openhab repo signing key to be valid
# note RPi have no RTC
if [[ $(date +%y%m%d) -lt 240401 ]]; then
systemctl stop systemd-timesyncd
Expand Down

0 comments on commit 92a8796

Please sign in to comment.