From e9749f0e94a6be145f6871c88494fc68ed65cdec Mon Sep 17 00:00:00 2001 From: bohung Date: Wed, 31 Aug 2022 20:10:15 +0800 Subject: [PATCH] Fix bug. --- configure_netplan.sh | 1 + 1 file changed, 1 insertion(+) 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!"