diff --git a/src/sbin/opnsense-version b/src/sbin/opnsense-version index 8d09666d5..63d6ddd97 100755 --- a/src/sbin/opnsense-version +++ b/src/sbin/opnsense-version @@ -64,7 +64,7 @@ if [ ! -f ${VERSION} ]; then exit 1 fi -if [ "${DO_PKG}" != "-p opnsense" ]; then +if [ "${DO_PKG}" != "-p opnsense" ]; then cat ${VERSION} exit 0 fi