mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
fix typo in haikuos dns-updown script
Change-Id: I8ca39e8c175909c62447dc28eea7035446330929 Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20250515152950.1329-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31656.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
f6c95ac2ff
commit
69cd7b1703
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ conly_standard_server_ports() {
|
|||
done
|
||||
}
|
||||
|
||||
onf=/boot/system/settings/network/resolv.conf
|
||||
conf=/boot/system/settings/network/resolv.conf
|
||||
test -e "$conf" || exit 1
|
||||
case "${script_type}" in
|
||||
dns-up)
|
||||
|
|
|
|||
Loading…
Reference in a new issue