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 :
Code: [Select]
/usr/local/opnsense/service/execute_command.py /var/run/check_reload_status template reload OPNsense.Sample
should be corrected to
Code: [Select]
./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:


Code: [Select]
configctl template reload OPNsense.Sample

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