diff --git a/scripts/iiab-network b/scripts/iiab-network index 03d1cee87..9e56350eb 100644 --- a/scripts/iiab-network +++ b/scripts/iiab-network @@ -2,6 +2,6 @@ cd /opt/iiab/iiab sudo ./iiab-network rc=$? -if [ “${rc}” == “0” ]; then +if [[ $rc == "0" ]]; then sudo touch /etc/iiab/install-flags/iiab-network-complete fi