firmware: add version/date header here as well

This commit is contained in:
Franco Fichtner 2021-07-14 09:22:46 +02:00
parent 376ee793c9
commit 83cd07eda4

View File

@ -73,6 +73,7 @@ product_target=opnsense${product_suffix}
product_version=$(opnsense-version -v)
echo "***GOT REQUEST TO CHECK FOR UPDATES***" >> ${LOCKFILE}
echo "Currently running $(opnsense-version) at $(date)" >> ${LOCKFILE}
echo -n "Fetching changelog information, please wait... " >> ${LOCKFILE}
if /usr/local/opnsense/scripts/firmware/changelog.sh fetch >> ${LOCKFILE} 2>&1; then