changed provision_dir to /tftboot

This commit is contained in:
2026-04-22 12:03:37 -05:00
parent be8f9b5ba4
commit 6b0e4fdcd4
+1 -1
View File
@@ -16,7 +16,7 @@
$bootstrap_settings['freepbx_auth'] = false; $bootstrap_settings['freepbx_auth'] = false;
require_once('/etc/freepbx.conf'); 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'; $out_file = $provision_dir . '/000000000000-directory.xml';
$do_notify = in_array('--notify', $argv, true); $do_notify = in_array('--notify', $argv, true);