merge #2

Merged
poslop merged 4 commits from dev into main 2026-04-22 12:09:20 -05:00
Showing only changes of commit 6b0e4fdcd4 - Show all commits
+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);