Fix bug.
This commit is contained in:
parent
956c2a8262
commit
e9749f0e94
|
@ -9,6 +9,7 @@ if [[ "$1" == "--status" ]]; then
|
|||
echo "network interface: $interface"
|
||||
echo "IPv4: $ipv4"
|
||||
fi
|
||||
exit 0;
|
||||
fi
|
||||
if [[ -z "$(which netplan)" ]]; then
|
||||
echo "Your system is not support netplan!"
|
||||
|
|
Loading…
Reference in New Issue