fix substitution
This commit is contained in:
parent
b74bd67a4a
commit
d0edfd6835
@ -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