From 972c3aa2c6de72f00410afe1e26a8a0262a36baa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 30 Jan 2019 08:28:13 +0100 Subject: [PATCH] firmware: fix previous --- src/sbin/opnsense-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)