update module (#8)

* update module

* update readme
This commit is contained in:
Micrah
2019-12-21 14:29:57 +11:00
committed by WiZZy
parent ee4f5fe791
commit 457e8853d1
8 changed files with 110 additions and 54 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
MOD_REWARD_SYSTEM_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source $MOD_REWARD_SYSTEM_ROOT"/conf/conf.sh.dist"
if [ -f $MOD_REWARD_SYSTEM_ROOT"/conf/conf.sh" ]; then
source $MOD_REWARD_SYSTEM_ROOT"/conf/conf.sh"
fi