changed provision_dir to /tftboot
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
$bootstrap_settings['freepbx_auth'] = false;
|
||||
require_once('/etc/freepbx.conf');
|
||||
|
||||
$provision_dir = '/tftpboot/directory'; // <-- adjust if needed
|
||||
$provision_dir = '/tftpboot'; // <-- adjust if needed
|
||||
$out_file = $provision_dir . '/000000000000-directory.xml';
|
||||
$do_notify = in_array('--notify', $argv, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user