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 %>"
|
confdir="<%= confdir %>"
|
||||||
operatingsystem="<%= operatingsystem %>"
|
operatingsystem="<%= operatingsystem %>"
|
||||||
|
|
||||||
function printview {
|
printview() {
|
||||||
view=$1
|
view=$1
|
||||||
case $view in
|
case $view in
|
||||||
default)
|
default)
|
||||||
|
|
Loading…
Add table
Reference in a new issue