Update common.sh

This commit is contained in:
tschettervictor
2025-04-26 11:14:19 -06:00
committed by GitHub
parent b50dbe112e
commit 015db9a095

View File

@@ -135,8 +135,6 @@ get_bastille_if_count() {
_bastille_if_count=$(printf '%s' "${_bastille_if_list}" | sort -u | wc -l | awk '{print $1}')
export _bastille_if_list
export _bastille_if_count
else
error_exit "[ERROR]: 'bastille_network_vnet_type' not set properly: ${bastille_network_vnet_type}"
fi
}