mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-02 22:50:41 +00:00
fix npm progress pid
This commit is contained in:
parent
cc6f6fc537
commit
92c1180d0f
@ -202,7 +202,7 @@ pushd $TELEBIT_TMP >/dev/null
|
||||
fi
|
||||
$tmp_npm install & #>/dev/null 2>/dev/null &
|
||||
tmp_npm_pid=$!
|
||||
while $tmp_npm_pid; do
|
||||
while [ -n "$tmp_npm_pid" ]; do
|
||||
sleep 2
|
||||
kill -s 0 $tmp_npm_pid || tmp_npm_pid=""
|
||||
echo -n "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user