Move backend restart command from upgrade command into its own command
This commit is contained in:
@@ -36,8 +36,6 @@ do
|
||||
npm run build
|
||||
done
|
||||
|
||||
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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user