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:
Heiko Hund 2025-05-15 17:29:44 +02:00 committed by Gert Doering
parent f6c95ac2ff
commit 69cd7b1703

View file

@ -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)