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
|
npm run build
|
||||||
done
|
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)
|
hostname=$(hostname)
|
||||||
keybase chat send --channel dev mempool "${hostname} updated to ${hash}"
|
keybase chat send --channel dev mempool "${hostname} updated to ${hash}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user