mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
firmware: fix style in audit print
This commit is contained in:
parent
09ed08e899
commit
0a972db96d
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user