From ad5f3161951bdc22636a16f86ca8e0d007e2ba3f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 14 Dec 2019 11:13:56 +0000 Subject: [PATCH] Set permissions after adding user --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index daf63438..44632bd0 100644 --- a/website/index.html +++ b/website/index.html @@ -1261,7 +1261,6 @@

cd /opt

git clone https://gitlab.com/bashrc2/epicyon

-

chown -R epicyon:epicyon /opt/epicyon

@@ -1270,6 +1269,7 @@

sudo su

adduser --system --home=/opt/epicyon --group epicyon

+

chown -R epicyon:epicyon /opt/epicyon