Removed extra garbage

This commit is contained in:
Flerp 2025-11-14 17:48:31 -08:00
parent 1b208f2b1b
commit d0e891250e
4 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/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