From b09989c22d5e5179d1adcdba3624a8c3fbc1bf26 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 28 Apr 2019 02:20:23 -0400 Subject: [PATCH] use www-data user for deploy_static --- deploy_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_static b/deploy_static index 03d29071..0db5cc3a 100755 --- a/deploy_static +++ b/deploy_static @@ -2,7 +2,7 @@ set -o errexit -remote=root@grapheneos.org +remote=www-data@grapheneos.org current=$(ssh $remote readlink /var/www/html) if [[ $current = html_a ]]; then