mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: mask subscription in GUI output
This commit is contained in:
parent
35b373407c
commit
5e860053e1
@ -48,5 +48,6 @@ if [ -n "${IPV6}" -a -z "${IPV6%%*:*}" ]; then
|
||||
else
|
||||
echo "No IPv6 address could be found." | ${TEE} ${LOCKFILE}
|
||||
fi
|
||||
echo "Checking connectivity for URL: ${URL}" | ${TEE} ${LOCKFILE}
|
||||
(pkg update -f 2>&1) | ${TEE} ${LOCKFILE}
|
||||
echo '***DONE***' >> ${LOCKFILE}
|
||||
|
||||
@ -27,5 +27,5 @@
|
||||
LOCKFILE="/tmp/pkg_upgrade.progress"
|
||||
|
||||
if [ -f ${LOCKFILE} ]; then
|
||||
cat ${LOCKFILE}
|
||||
cat ${LOCKFILE} | sed -E 's:/[a-z0-9]{8}(-[a-z0-9]{4}){3}-[a-z0-9]{12}:/${SUBSCRIPTION}:gi'
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user