From d1268fe708b6593b6cafb6fb238c82b06170af81 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 4 Nov 2022 18:23:29 -0400 Subject: [PATCH] Fixed system config in /etc --- Gruntfile.js | 2 +- build/etc/{production.json => default.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build/etc/{production.json => default.json} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index 29287bc..1568d3c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,7 @@ module.exports = function(grunt) { }, { cwd: './build/etc/', - src: 'production.json', + src: 'default.json', dest: '/etc/overseer/' }, { diff --git a/build/etc/production.json b/build/etc/default.json similarity index 100% rename from build/etc/production.json rename to build/etc/default.json