Skip to content
Snippets Groups Projects
Commit 7ef22a5f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'shellfixes' into 'master'

fix db box

See merge request !16
parents 6262cdb9 802bcb9e
Branches
No related tags found
1 merge request!16fix db box
......@@ -311,7 +311,6 @@ function _showContainers(){
StatusDb="down"
Status="No container is running for <$APP_NAME>."
fi
STATUS_CONTAINERS_UP=1
else
grep -q "${APP_NAME}-server" <<< "$_out" && colWeb="$fgGreen"
grep -q "${APP_NAME}-server" <<< "$_out" && StatusWeb="$sUp"
......@@ -322,6 +321,7 @@ function _showContainers(){
if [ "$DB_ADD" = "false" ]; then
colDb="$fgGray"
StatusDb=""
Status="INFO: This app has no database container."
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment