Skip to content

Commit

Permalink
display progress for main rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 8, 2024
1 parent 300385d commit 1ccd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-static
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for server in ${servers[@]}; do
echo

ssh $remote "rm -rf $target && cp -a $active $target"
rsync -rptv --chmod=D755,F644 --delete --fsync --preallocate static-tmp/ $remote:$target
rsync -rptv --chmod=D755,F644 --progress --delete --fsync --preallocate static-tmp/ $remote:$target
ssh $remote "ln -snf $target /srv/apps.grapheneos.org && sync /srv/apps.grapheneos.org"

echo "root $target;" > root_apps.grapheneos.org.conf
Expand Down

0 comments on commit 1ccd63c

Please sign in to comment.