Skip to content

Commit

Permalink
Update include.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Aug 2, 2022
1 parent 1340a87 commit 251275f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 251275f

Please sign in to comment.