mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-25 18:30:52 -04:00
add missing rsync time sync
This commit is contained in:
parent
5054d718cf
commit
523b8db18e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ echo target is $target
|
||||||
echo
|
echo
|
||||||
|
|
||||||
ssh $remote "rm -rf $target && cp -a $active $target"
|
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"
|
ssh $remote "ln -snf $target /srv/element.grapheneos.org && sync /srv/element.grapheneos.org"
|
||||||
|
|
||||||
echo "root $target;" > nginx-tmp/root_element.grapheneos.org.conf
|
echo "root $target;" > nginx-tmp/root_element.grapheneos.org.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue