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

Commit 6daf379

Browse files
committed
Fix spurious shutdown issues.
1 parent bca40fc commit 6daf379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/commands/shutdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
source "${WPLIB_BOX_INCLUDES_DIR}/read-json"
4-
box container stop $database $webserver $processvm $kvstore $cache $sqladmin $webadmin
5-
# box container shutdown
4+
# box container stop $database $webserver $processvm $kvstore $cache $sqladmin $webadmin
5+
box container shutdown

0 commit comments

Comments
 (0)