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

Commit 402f855

Browse files
committed
Minor fixes.
1 parent a604ac5 commit 402f855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/commands/shutdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

cli/commands/startup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ if [[ ! -e "${WPLIB_BOX_CLI_DIR}/PROVISION" && -e "${WPLIB_BOX_SQL_DIR}/provisio
1212
# @todo check return value and if error delete ${WPLIB_BOX_CLI_DIR}/PROVISION
1313
#
1414

15-
fi
15+
fi

0 commit comments

Comments
 (0)