From 5c55bf955699b7b80860c037aa4d75b24e7cb03f Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 26 Nov 2018 20:39:26 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3ee20d8..7e3112b 100644 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ cp -a ../conf/streama.service /etc/systemd/system/streama.service ### that really need such authorization. # Set permissions to app files -#chown -R admin:1007 /opt/streama +chown -R admin:1007 /opt/streama #=================================================