summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 01:48:49 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 01:48:49 -0700
commitb842444aaf7b8623dc478318a86e6e62027117a8 (patch)
treef2bea13f49719b564ba7fdf1deb3229fd8856b5c
parentd0edfd6835b0ff868196a707067f5612e261a076 (diff)
downloadtilde.club-b842444aaf7b8623dc478318a86e6e62027117a8.tar.gz
tilde.club-b842444aaf7b8623dc478318a86e6e62027117a8.zip
fix typo in daemon-reload
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 9525749..0f7baec 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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