chore(Module/Structure): update structure (#72)

This commit is contained in:
Walter Pagani
2023-06-16 06:01:41 -03:00
committed by GitHub
parent a1e7437194
commit 94d087246b
14 changed files with 130 additions and 19 deletions

View File

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