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"
66export WPLIB_BOX_LOGS_DIR=" /vagrant/logs"
77export WPLIB_BOX_WEB_ROOT_DIR=" /var/www"
88
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"
1212
13- export WPLIB_BOX_CLI_DIR=" /vagrant /scripts/guest/cli"
13+ export WPLIB_BOX_CLI_DIR=" /box /scripts/guest/cli"
1414export WPLIB_BOX_WATCHERS_DIR=" /vagrant/watchers"
15- export WPLIB_BOX_FILES_DIR=" /vagrant /scripts/files"
15+ export WPLIB_BOX_FILES_DIR=" /box /scripts/files"
1616
1717export WPLIB_BOX_GIT_DIR=" /vagrant/.git"
1818export WPLIB_BOX_ORIGINAL_GIT_DIR=" /vagrant/.wplib-box.git"
1919export WPLIB_BOX_SAVE_GIT_DIR=" /vagrant/.save.git"
2020
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"
2323export WPLIB_BOX_FLAG_FILE=" WPLIB_BOX_GIT_REPO"
2424
2525export WPLIB_BOX_CONTENT_DIR=$( find_wp_content_dir)
You can’t perform that action at this time.
0 commit comments