Commit e8a14c77 authored by Jos Schellevis's avatar Jos Schellevis

Merge branch 'master' of git.opnsense.org:repo/opnsense-core

parents 44e47bb5 bdda9bd5
...@@ -454,9 +454,8 @@ if [ "${GMIRROR_STATUS}" != "" ]; then ...@@ -454,9 +454,8 @@ if [ "${GMIRROR_STATUS}" != "" ]; then
fi fi
# Log product version to syslog # Log product version to syslog
BUILDTIME=`cat /etc/version.buildtime`
ARCH=`uname -m` ARCH=`uname -m`
echo "$product ($PLATFORM) $version $ARCH $BUILDTIME" echo "$product ($PLATFORM) $version $ARCH"
echo "Bootup complete" echo "Bootup complete"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment