diff --git a/configure_netplan.sh b/configure_netplan.sh index df8fc90..6865a21 100644 --- a/configure_netplan.sh +++ b/configure_netplan.sh @@ -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!"