Update include.sh

This commit is contained in:
Benjamin Jackson
2022-08-02 12:24:36 -04:00
committed by GitHub
parent 1340a87053
commit 251275faf6

View File

@@ -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