#!/bin/bash

. ${functions}

if [ -n "${NETWORK_VERSION}" ]; then
	exit 0
fi

exit 1
