From 4358bd67f2016bd833b1036de4b1c20a71c6c190 Mon Sep 17 00:00:00 2001 From: Sean Dion Date: Thu, 6 Aug 2015 12:52:40 -0500 Subject: [PATCH] fix permissions for non-unraid users --- init/20_update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/20_update.sh b/init/20_update.sh index 796ccf0..b0efba8 100755 --- a/init/20_update.sh +++ b/init/20_update.sh @@ -1,5 +1,6 @@ #!/bin/bash -/sbin/setuser abc mkdir -p /app +mkdir -p /app +chown abc:abc /app if [ ! -d /app/headphones/.git ]; then /sbin/setuser abc git clone https://github.com/rembo10/headphones.git /app/headphones