Avoid restarting pvcapid in build-and-deploy

This commit is contained in:
Joshua Boniface 2020-02-08 20:28:58 -05:00
parent 4f25c55efc
commit d564671e1c
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ for HOST in ${HOSTS[@]}; do
scp ../*.deb $HOST:/tmp/pvc/
ssh $HOST $SUDO dpkg -i /tmp/pvc/*.deb
ssh $HOST $SUDO systemctl restart pvcnoded
ssh $HOST $SUDO systemctl restart pvcapid
ssh $HOST rm -rf /tmp/pvc
echo "****"
echo "Waiting 10s for host ${HOST} to stabilize"