updated gitignore to include modules
This commit is contained in:
9
modules/mod-random-enchants/include.sh
Normal file
9
modules/mod-random-enchants/include.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MOD_RANDOMENCHANTS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
||||
|
||||
source "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh.dist"
|
||||
|
||||
if [ -f "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh" ]; then
|
||||
source "$MOD_RANDOMENCHANTS_ROOT/conf/conf.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user