mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 18:29:42 +02:00
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -f /etc/bind/named.conf ]; then
|
||
|
named -c /etc/bind/named.conf
|
||
|
fi
|