From e753be91338510a0a6b5810c44294695982649af Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 19:54:15 +0200 Subject: [PATCH] Quotes --- run/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/network.sh b/run/network.sh index a89bf9a..dad2de8 100644 --- a/run/network.sh +++ b/run/network.sh @@ -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 @@ -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