diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-28 02:20:23 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-28 02:20:23 -0400 |
| commit | b09989c22d5e5179d1adcdba3624a8c3fbc1bf26 (patch) | |
| tree | 767b1f5201618915861a25134a67da604053f7b2 | |
| parent | b40737360904f26e83a53c49ee427424b95e7ce9 (diff) | |
use www-data user for deploy_static
| -rwxr-xr-x | deploy_static | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
