rename static_tmp to static-tmp for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user