Change switch.provision.dir to provision.path.text. This indicates where to save the provisioning files on the file system.

This commit is contained in:
markjcrane
2015-11-04 19:59:27 -07:00
parent f28b6aab4c
commit 98bec06c59
3 changed files with 4 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ require_once "resources/require.php";
}
//write the provision files
if (strlen($_SESSION['switch']['provision']['dir']) > 0) {
if (strlen($_SESSION['provision']['path']['text']) > 0) {
require_once "app/provision/provision_write.php";
}