This commit is contained in:
Kroese 2023-04-19 19:54:15 +02:00 committed by GitHub
parent 4c8c8c2c56
commit e753be9133

View File

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