chore. Compatibility with the latest version of the emulator

This commit is contained in:
Pagani Walter 2024-09-13 23:54:12 -03:00
parent 8137419b65
commit a48672d966
7 changed files with 118 additions and 9 deletions

View file

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