mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Remove first-time dependency on utils.sh
This commit is contained in:
6
install
6
install
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user