doc: template changed to /bin/sh

This commit is contained in:
Aurélien Bondis 2012-03-12 14:19:41 -04:00
parent 1878c35ac4
commit 6b125d26ec

View file

@ -159,7 +159,7 @@ TEMPLATING
* create the template as an executable file like templates/basic.conf.sh, it will output text using shell variables for the values
--------------------------------------------------------------------------------------
#!/bin/bash
#!/bin/sh
# in the template, use cat << eof (here document) to output the text
# and use standard shell variables in the template
# output everything in the template script to stdout