From ab2209ffb0725d943ce657d7e7ad763eb6df8b7d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 22:31:29 +0200 Subject: [PATCH] Error messages --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index 5cc4d4e..77c5852 100644 --- a/run/network.sh +++ b/run/network.sh @@ -189,7 +189,7 @@ if [ ! -c /dev/net/tun ]; then chmod 666 /dev/net/tun fi -[ ! -c /dev/net/tun ] && echo "Error: TUN network interface not available..." && exit 85 +[ ! -c /dev/net/tun ] && echo "ERROR: TUN network interface not available..." && exit 85 update-alternatives --set iptables /usr/sbin/iptables-legacy > /dev/null update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy > /dev/null