Fixed named.conf generation when using real sh (not bash).
This commit is contained in:
parent
dcbc3033b3
commit
947dce76c1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ chroot="<%= chroot %>"
|
|||
confdir="<%= confdir %>"
|
||||
operatingsystem="<%= operatingsystem %>"
|
||||
|
||||
function printview {
|
||||
printview() {
|
||||
view=$1
|
||||
case $view in
|
||||
default)
|
||||
|
|
Loading…
Add table
Reference in a new issue