From f0ea49bad6e005c17d96ba90f21f07c294bd18e0 Mon Sep 17 00:00:00 2001 From: ich777 Date: Wed, 14 Apr 2021 08:27:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Escripts/start.sh=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index e848af5..5df0736 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -16,7 +16,8 @@ else fi echo "---Starting...---" -chown -R ${UID}:${GID} /opt/scripts +chown -R root:${GID} /opt/scripts +chmod -R 750 /opt/scripts chown -R ${UID}:${GID} ${DATA_DIR} term_handler() {