diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:44:03 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:44:03 -0700 |
commit | d0edfd6835b0ff868196a707067f5612e261a076 (patch) | |
tree | eabf0288060c8da496fb70ebbf253f5a4490cd3f | |
parent | b74bd67a4a25076812e86e7989a63b9540e68b25 (diff) | |
download | tilde.club-d0edfd6835b0ff868196a707067f5612e261a076.tar.gz tilde.club-d0edfd6835b0ff868196a707067f5612e261a076.zip |
fix substitution
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |