From 956444fd42b6661f0832b4074ddf99aeeba14ca7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 30 Sep 2021 16:44:07 -0400 Subject: rename static_tmp to static-tmp for consistency --- deploy-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy-static') diff --git a/deploy-static b/deploy-static index c5284621..60d18fc7 100755 --- a/deploy-static +++ b/deploy-static @@ -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 -- cgit v1.3.1