mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
firmware: add version/date header here as well
This commit is contained in:
parent
376ee793c9
commit
83cd07eda4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user