Skip to content

Commit

Permalink
Add chown to restart command
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed May 22, 2024
1 parent 5fc3651 commit 0dc6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-v3
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ echo "rsync complete"
read -n 1 -p "Press [Enter] to continue."

echo "Restart lila-search-v3"
ssh $REMOTE "systemctl restart lichess-search-v3"
ssh $REMOTE "chown -R lila-search-v3:lila-search-v3 /home/lila-search-v3 && systemctl restart lichess-search-v3"

echo "Deploy complete"

0 comments on commit 0dc6e2e

Please sign in to comment.