From bb9dc842899561ab53dda56ebcf55b4820622295 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 26 Jun 2014 13:43:27 -0400 Subject: [PATCH] Rename cron file to os-refresh-config-reboot to fix name clash --- .../install.d/10-os-refresh-config-reboot | 2 +- .../{os-refresh-config => os-refresh-config-reboot} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename elements/os-refresh-config-reboot/{os-refresh-config => os-refresh-config-reboot} (100%) 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