Skip to content

Commit

Permalink
use checksum for install rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Oct 31, 2024
1 parent bc51b7f commit 283b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
cargo build --bin=server --release --locked
fi

sudo rsync -rv public/ $PUBLIC
sudo rsync -rv --checksum public/ $PUBLIC
sudo chown -R kachiclash:nogroup $PUBLIC
sudo chmod 0555 $PUBLIC
# sudo chmod 0555 /storage/kachiclash.com/public/{css,img,js}
Expand Down

0 comments on commit 283b922

Please sign in to comment.