Commit 0a972db9 authored by Franco Fichtner's avatar Franco Fichtner

firmware: fix style in audit print

parent 09ed08e8
......@@ -29,6 +29,6 @@ PKG_PROGRESS_FILE=/tmp/pkg_upgrade.progress
# Truncate upgrade progress file
: > ${PKG_PROGRESS_FILE}
echo "***GOT REQUEST TO AUDIT" >> ${PKG_PROGRESS_FILE}
echo "***GOT REQUEST TO AUDIT***" >> ${PKG_PROGRESS_FILE}
pkg audit -F >> ${PKG_PROGRESS_FILE} 2>&1
echo '***DONE***' >> ${PKG_PROGRESS_FILE}
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