mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: small issue with lost init of pipe #4500
This commit is contained in:
parent
0d94d0aefb
commit
70059dc6b5
@ -30,6 +30,8 @@ PIPEFILE="/tmp/pkg_upgrade.pipe"
|
||||
TEE="/usr/bin/tee -a"
|
||||
|
||||
: > ${LOCKFILE}
|
||||
rm -f ${PIPEFILE}
|
||||
mkfifo ${PIPEFILE}
|
||||
|
||||
echo "***GOT REQUEST TO UPDATE***" >> ${LOCKFILE}
|
||||
|
||||
|
||||
@ -30,6 +30,8 @@ PIPEFILE="/tmp/pkg_upgrade.pipe"
|
||||
TEE="/usr/bin/tee -a"
|
||||
|
||||
: > ${LOCKFILE}
|
||||
rm -f ${PIPEFILE}
|
||||
mkfifo ${PIPEFILE}
|
||||
|
||||
echo "***GOT REQUEST TO UPGRADE***" >> ${LOCKFILE}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user