rename static_tmp to static-tmp for consistency

This commit is contained in:
Daniel Micay
2021-09-30 16:44:07 -04:00
parent 73e78d4934
commit 956444fd42
5 changed files with 24 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ for server in ${servers[@]}; do
ssh $remote rm -rf $target
ssh $remote cp -a $active $target
rsync -rptcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
rsync -rptcv --chmod=D755,F644 --delete static-tmp/ $remote:$target
ssh $remote sync -f $target
ssh $remote ln -snf $target /srv/grapheneos.org
ssh $remote sync /srv/grapheneos.org