fix substitution
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing

This commit is contained in:
Elizabeth Hunt 2024-03-10 01:44:03 -07:00
parent b74bd67a4a
commit d0edfd6835
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -22,7 +22,7 @@ done
cd ..
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..."
rm /tmp/key