From 45b621d9858c9edefdad070e36ac20f4fa03711a Mon Sep 17 00:00:00 2001 From: William David Edwards Date: Sat, 1 Sep 2018 15:59:52 +0200 Subject: [PATCH] Rename options.conf.j2 to .custombuild.j2 Checks are looking for .custombuild.j2 --- templates/.custombuild.j2 | 1 + templates/options.conf.j2 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 templates/.custombuild.j2 delete mode 100644 templates/options.conf.j2 diff --git a/templates/.custombuild.j2 b/templates/.custombuild.j2 new file mode 100644 index 0000000..fcbd29d --- /dev/null +++ b/templates/.custombuild.j2 @@ -0,0 +1 @@ +{{ directadmin_custombuild_version }} diff --git a/templates/options.conf.j2 b/templates/options.conf.j2 deleted file mode 100644 index 27b6154..0000000 --- a/templates/options.conf.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ directadmin_custombuild_version }} \ No newline at end of file