mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-28 18:03:49 +00:00
fix: source .env inside utils.sh
This commit is contained in:
@@ -4,7 +4,6 @@ PROJECT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
readonly PROJECT_DIR 2>/dev/null
|
||||
|
||||
source $PROJECT_DIR/utils.sh
|
||||
source $ENV_FILE
|
||||
|
||||
if [[ "--install" == $1 ]]; then
|
||||
log_info "docker-compose Installation"
|
||||
|
||||
Reference in New Issue
Block a user