diff --git a/files/etc/cron.d/timezone-patch/HW4F_DESKTOP_LAST b/files/etc/cron.d/timezone-patch/HW4F_DESKTOP_LAST new file mode 100644 index 0000000..82139fb --- /dev/null +++ b/files/etc/cron.d/timezone-patch/HW4F_DESKTOP_LAST @@ -0,0 +1,3 @@ +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +@reboot root sleep 30 && timedatectl set-timezone Europe/Berlin && [ -f "/etc/cron.d/timezone-patch" ] && rm "/etc/cron.d/timemzone-patch" diff --git a/scripts/HW4F_DESKTOP_LAST/50-timezone-patch b/scripts/HW4F_DESKTOP_LAST/50-timezone-patch new file mode 100644 index 0000000..fd6cf8b --- /dev/null +++ b/scripts/HW4F_DESKTOP_LAST/50-timezone-patch @@ -0,0 +1,3 @@ +#!/bin/bash + +fcopy -Mv /etc/cron.d/timezone-patch