This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ export WPLIB_BOX_DIR="/vagrant"
6
6
export WPLIB_BOX_LOGS_DIR=" /vagrant/logs"
7
7
export WPLIB_BOX_WEB_ROOT_DIR=" /var/www"
8
8
9
- export WPLIB_BOX_SCRIPTS_DIR=" /vagrant /scripts"
10
- export WPLIB_BOX_GUEST_DIR=" /vagrant /scripts/guest"
11
- export WPLIB_BOX_HOST_DIR=" /vagrant /scripts/host"
9
+ export WPLIB_BOX_SCRIPTS_DIR=" /box /scripts"
10
+ export WPLIB_BOX_GUEST_DIR=" /box /scripts/guest"
11
+ export WPLIB_BOX_HOST_DIR=" /box /scripts/host"
12
12
13
- export WPLIB_BOX_CLI_DIR=" /vagrant /scripts/guest/cli"
13
+ export WPLIB_BOX_CLI_DIR=" /box /scripts/guest/cli"
14
14
export WPLIB_BOX_WATCHERS_DIR=" /vagrant/watchers"
15
- export WPLIB_BOX_FILES_DIR=" /vagrant /scripts/files"
15
+ export WPLIB_BOX_FILES_DIR=" /box /scripts/files"
16
16
17
17
export WPLIB_BOX_GIT_DIR=" /vagrant/.git"
18
18
export WPLIB_BOX_ORIGINAL_GIT_DIR=" /vagrant/.wplib-box.git"
19
19
export WPLIB_BOX_SAVE_GIT_DIR=" /vagrant/.save.git"
20
20
21
- export WPLIB_BOX_COMMANDS_DIR=" /vagrant /scripts/guest/cli/commands"
22
- export WPLIB_BOX_INCLUDES_DIR=" /vagrant /scripts/guest/cli/includes"
21
+ export WPLIB_BOX_COMMANDS_DIR=" /box /scripts/guest/cli/commands"
22
+ export WPLIB_BOX_INCLUDES_DIR=" /box /scripts/guest/cli/includes"
23
23
export WPLIB_BOX_FLAG_FILE=" WPLIB_BOX_GIT_REPO"
24
24
25
25
export WPLIB_BOX_CONTENT_DIR=$( find_wp_content_dir)
You can’t perform that action at this time.
0 commit comments