Files
mod-weekendbonus/include.sh
Revision 4a2fd85f5d Initial commit
Added the script taken directly from the old assistant code.
2021-12-08 18:11:27 +01:00

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