From c7418d7eb701c12da372776d6d457903f77ff257 Mon Sep 17 00:00:00 2001 From: Marius Raes <mariusraes@Mariuss-MacBook-Air.local> Date: Thu, 19 May 2022 19:16:08 +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 15951862..dfe473ef 100644 --- a/source/orchestrationLogic/HEAT/fileserver.sh +++ b/source/orchestrationLogic/HEAT/fileserver.sh @@ -30,7 +30,7 @@ addgroup --system allowssh addgroup --system sftponly chown <owern>:allowssh /opt/data/shared -chmod 775 /opt/data +chmod 775 /opt/data/shared sudo service smbd restart -- GitLab