mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
Initial commit
Added the script taken directly from the old assistant code.
This commit is contained in:
8
include.sh
Normal file
8
include.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
MOD_WEEKENDBONUS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
||||
|
||||
source $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh.dist"
|
||||
|
||||
if [ -f $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh" ]; then
|
||||
source $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user