OPNsense Forum

English Forums => Documentation and Translation => Topic started by: Aadolf on May 02, 2016, 10:46:41 AM

Title: Correct the document
Post by: Aadolf on May 02, 2016, 10:46:41 AM
hi
I think this command :
/usr/local/opnsense/service/execute_command.py /var/run/check_reload_status template reload OPNsense.Sample

should be corrected to
./configd_ctl.py template reload OPNsense.Sample

at the document page:
https://docs.opnsense.org/development/backend/templates.html
Title: Re: Correct the document
Post by: AdSchellevis on May 02, 2016, 11:06:57 AM
Your right, this part was a bit outdated, it should be:


configctl template reload OPNsense.Sample


Thanks for reporting, we will change it in the next release.