mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 09:07:24 +00:00
9 lines
253 B
Bash
9 lines
253 B
Bash
#!/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
|