Remove first-time dependency on utils.sh

This commit is contained in:
Arjan H
2018-11-11 13:17:09 +01:00
parent 18b250978b
commit 035bca0046

View File

@@ -38,9 +38,6 @@ INFO="[i]"
DONE="${COL_LIGHT_GREEN} done!${COL_NC}"
OVER="\\r\\033[K"
dn=$(dirname $0)
source "$dn/utils.sh"
#
# Helper functions for informing the user and logging to file
#
@@ -570,6 +567,9 @@ startup() {
fi
msg_info "$msg (this will take a while!!)"
dn=$(dirname $0)
source "$dn/utils.sh"
docker-compose stop &>>$installLog || true
wait_down $PS_MYSQL &>>$installLog
wait_down $PS_BHSM &>>$installLog