mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-23 00:31:10 -04:00
rename static_tmp to static-tmp for consistency
This commit is contained in:
parent
0ae1a5a9f4
commit
5fcd75f795
3 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ echo
|
|||
|
||||
ssh $remote rm -rf $target
|
||||
ssh $remote cp -a $active $target
|
||||
rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
|
||||
rsync -rpcv --chmod=D755,F644 --delete static-tmp/ $remote:$target
|
||||
ssh $remote sync -f $target
|
||||
ssh $remote ln -snf $target /srv/element.grapheneos.org
|
||||
ssh $remote sync /srv/element.grapheneos.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue