diff --git a/elements/os-refresh-config-reboot/install.d/10-os-refresh-config-reboot b/elements/os-refresh-config-reboot/install.d/10-os-refresh-config-reboot index 6dac8d993..2c9d3b2be 100755 --- a/elements/os-refresh-config-reboot/install.d/10-os-refresh-config-reboot +++ b/elements/os-refresh-config-reboot/install.d/10-os-refresh-config-reboot @@ -2,4 +2,4 @@ set -eux -cp $(dirname $0)/../os-refresh-config /etc/cron.d/os-refresh-config +cp $(dirname $0)/../os-refresh-config-reboot /etc/cron.d/os-refresh-config-reboot diff --git a/elements/os-refresh-config-reboot/os-refresh-config b/elements/os-refresh-config-reboot/os-refresh-config-reboot similarity index 100% rename from elements/os-refresh-config-reboot/os-refresh-config rename to elements/os-refresh-config-reboot/os-refresh-config-reboot