Changeset 2138
- Timestamp:
- 07/14/06 09:54:18 (7 years ago)
- Files:
-
- freepbx/trunk/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/install_amp
r2122 r2138 421 421 global $amp_conf; 422 422 global $dryrun; 423 global $debug; 423 424 424 425 out("Generating Configurations.conf.."); 425 426 if (!$dryrun) 426 passthru("su - asterisk -c ".trim($amp_conf["AMPBIN"])."/retrieve_conf ");427 passthru("su - asterisk -c ".trim($amp_conf["AMPBIN"])."/retrieve_conf ".($debug ? ' --debug' : '')); 427 428 } 428 429
