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

Commit 723c7b7

Browse files
committed
Try to fix broken box self-update, take 4
1 parent 1d39639 commit 723c7b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

commands/self-update

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ WPLIB_BOX_CLI_DEBUG_LOG_FILE="${WPLIB_BOX_LOG_DIR}/cli-debug.log"
1616
WPLIB_BOX_CLI_VERSION_FILE="${WPLIB_BOX_CLI_DIR}/version"
1717
DEFAULT_VERSION="master"
1818

19-
#
20-
# Delete the next lines after /opt/box/log exists in VM.
21-
#
22-
mkdir -p "${WPLIB_BOX_LOG_DIR}"
23-
touch "${WPLIB_BOX_CLI_DEBUG_LOG_FILE}"
24-
2519

2620
# Determine version to run.
2721
if [ "" != "$1" ] ; then

0 commit comments

Comments
 (0)