diff --git a/src/sbin/opnsense-version b/src/sbin/opnsense-version index 5501aa307..411192430 100755 --- a/src/sbin/opnsense-version +++ b/src/sbin/opnsense-version @@ -105,7 +105,7 @@ core) fi if [ -z "${OUTPUT%%*product_version*}" -a -f ${VERSION} ]; then - RESULT=$(cat ${VERSION}) + product_version=$(cat ${VERSION}) fi if [ -z "${OUTPUT%%*product_size*}" -a -f ${VERSION}.size ]; then product_size=$(cat ${VERSION}.size)