fix typo in daemon-reload
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d0edfd6835
commit
b842444aaf
@ -22,7 +22,7 @@ done
|
|||||||
cd ..
|
cd ..
|
||||||
echo "finished copying to remote host..."
|
echo "finished copying to remote host..."
|
||||||
|
|
||||||
ssh -i /tmp/key -o StrictHostKeyChecking=no $(echo "${RSYNC_DESTINATION%%:*}") "systemctl daemon reload --user && systemctl restart --user fruitvote"
|
ssh -i /tmp/key -o StrictHostKeyChecking=no $(echo "${RSYNC_DESTINATION%%:*}") "systemctl daemon-reload --user && systemctl restart --user fruitvote"
|
||||||
echo "reloading fruitvote..."
|
echo "reloading fruitvote..."
|
||||||
|
|
||||||
rm /tmp/key
|
rm /tmp/key
|
||||||
|
Loading…
Reference in New Issue
Block a user