From 251275faf62a9166fa7db019df5de8abd7fa8899 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:24:36 -0400 Subject: [PATCH] Update include.sh --- include.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include.sh b/include.sh index a241572..8b13789 100644 --- a/include.sh +++ b/include.sh @@ -1,10 +1 @@ -#!/usr/bin/env bash -## GETS THE CURRENT MODULE ROOT DIRECTORY -MOD_SKELETON_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )" - -source $MOD_SKELETON_ROOT"/conf/conf.sh.dist" - -if [ -f $MOD_SKELETON_ROOT"/conf/conf.sh" ]; then - source $MOD_SKELETON_ROOT"/conf/conf.sh" -fi