mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-04-17 06:22:58 -04:00
add missing rsync time sync
This commit is contained in:
parent
5054d718cf
commit
523b8db18e
@ -35,7 +35,7 @@ echo target is $target
|
||||
echo
|
||||
|
||||
ssh $remote "rm -rf $target && cp -a $active $target"
|
||||
rsync -rpcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $remote:$target
|
||||
rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $remote:$target
|
||||
ssh $remote "ln -snf $target /srv/element.grapheneos.org && sync /srv/element.grapheneos.org"
|
||||
|
||||
echo "root $target;" > nginx-tmp/root_element.grapheneos.org.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user