mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Quotes
This commit is contained in:
parent
4c8c8c2c56
commit
e753be9133
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user