fix permissions for non-unraid users
This commit is contained in:
parent
c80cf36173
commit
4358bd67f2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue