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

fix db box

parent 36a87e9a
No related branches found
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