From e2599662c58a923594d37fedddc7c595adf48bfc Mon Sep 17 00:00:00 2001 From: Marius Raes <mariusraes@Mariuss-MacBook-Air.local> Date: Thu, 19 May 2022 20:06:22 +0200 Subject: [PATCH] ownership shared --- source/orchestrationLogic/HEAT/fileserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/orchestrationLogic/HEAT/fileserver.sh b/source/orchestrationLogic/HEAT/fileserver.sh index 91343ccc..c1201513 100644 --- a/source/orchestrationLogic/HEAT/fileserver.sh +++ b/source/orchestrationLogic/HEAT/fileserver.sh @@ -39,7 +39,7 @@ mkdir /home/project_owner/.ssh/ touch /home/project_owner/.ssh/authorized_keys echo '<publicKey>' > /home/project_owner/.ssh/authorized_keys -chown <owern>:allowssh /opt/data/shared +chown <owner>:allowssh /opt/data/shared chmod 775 /opt/data/shared adduser <owner> allowssh -- GitLab