diff --git a/data/sql/db-auth/updates/.gitkeep b/data/sql/db-auth/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/updates/.gitkeep b/data/sql/db-characters/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-world/updates/.gitkeep b/data/sql/db-world/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/include.sh b/include.sh deleted file mode 100644 index a241572..0000000 --- a/include.sh +++ /dev/null @@ -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