Loading run/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ fi [ ! -c /dev/net/tun ] && echo "Error: TUN network interface not available..." && exit 85 if [ $DEBUG = "Y" ]; then if [ "$DEBUG" = "Y" ]; then ifconfig ip link ip route Loading Loading @@ -92,7 +92,7 @@ else [[ -z $(hostname -d) ]] || DNSMASQ_OPTS="$DNSMASQ_OPTS --dhcp-option=option:domain-name,$(hostname -d)" fi if [ $DEBUG = "Y" ]; then if [ "$DEBUG" = "Y" ]; then echo "$DNSMASQ $DNSMASQ_OPTS" fi Loading Loading
run/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ fi [ ! -c /dev/net/tun ] && echo "Error: TUN network interface not available..." && exit 85 if [ $DEBUG = "Y" ]; then if [ "$DEBUG" = "Y" ]; then ifconfig ip link ip route Loading Loading @@ -92,7 +92,7 @@ else [[ -z $(hostname -d) ]] || DNSMASQ_OPTS="$DNSMASQ_OPTS --dhcp-option=option:domain-name,$(hostname -d)" fi if [ $DEBUG = "Y" ]; then if [ "$DEBUG" = "Y" ]; then echo "$DNSMASQ $DNSMASQ_OPTS" fi Loading