diff --git a/production/mempool-kill-all b/production/mempool-kill-all old mode 100644 new mode 100755 diff --git a/production/mempool-upgrade-all b/production/mempool-upgrade-all index 57bbbe2f6..084d1f038 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -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}"