rename static_tmp to static-tmp for consistency

This commit is contained in:
Daniel Micay 2021-11-23 18:45:28 -05:00
parent 0ae1a5a9f4
commit 5fcd75f795
3 changed files with 6 additions and 6 deletions

View file

@ -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