Skip to content

Commit

Permalink
fix permissions after rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 25, 2015
1 parent c31b431 commit dffb0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prod/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fi

if [ $mode == "main" ]; then
lilalog "Restart lichess"
ssh $REMOTE "service lichess restart"
ssh $REMOTE "chown -R lichess:lichess $REMOTE_DIR && service lichess restart"
fi

lilalog "Deploy complete"
Expand Down

0 comments on commit dffb0e3

Please sign in to comment.