mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
Fix upgrade script not restarting node due to new command line args
This commit is contained in:
parent
059e4d079a
commit
07cfdd73aa
0
production/mempool-kill-all
Normal file → Executable file
0
production/mempool-kill-all
Normal file → Executable file
@ -29,7 +29,7 @@ do
|
||||
npm run build
|
||||
done
|
||||
|
||||
ps uaxw|grep 'node dist/index'|grep -v grep|awk '{print $2}'|xargs -n 1 kill
|
||||
ps uaxw|grep 'dist/index'|grep -v grep|awk '{print $2}'|xargs -n 1 kill
|
||||
|
||||
hostname=$(hostname)
|
||||
keybase chat send --channel dev mempool "${hostname} updated to ${hash}"
|
||||
|
Loading…
Reference in New Issue
Block a user