Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 6fb1351

Browse files
committed
Merge branch '0.16.0' of github.com:wplib/box-scripts into 0.16.0
2 parents 2034da2 + b182969 commit 6fb1351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/container

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ error_car()
120120
error_cas()
121121
{
122122
RETURN="$?"
123-
echo "$ECHO_PREFIX ${YELLOW}Warning ${CYAN}${IMAGE}${YELLOW} container already stopped.${RESET}"
124-
echo "Look for possible fixes here: ${CYAN}http://wplib.github.io/wplib-box/errors/W018/${RESET}"
123+
echo "$ECHO_PREFIX ${CYAN}${IMAGE}${GREEN} container already stopped.${RESET}"
124+
# echo "Look for possible fixes here: ${CYAN}http://wplib.github.io/wplib-box/errors/W018/${RESET}"
125125
return $RETURN
126126
}
127127

0 commit comments

Comments
 (0)