rebase to xenial

This commit is contained in:
sparklyballs 2016-06-30 22:59:35 +01:00
parent b9224a43b0
commit 501683a3d5
13 changed files with 111 additions and 715 deletions

View file

@ -1,11 +0,0 @@
#!/bin/bash
if [ ! -d "/config/Library" ]; then
mkdir /config/Library
chown abc:abc /config/Library
fi
if [ ! -f "/config/Library/linuxserver-chown.lock" ]; then
find /config/Library ! \( -user abc -a -group root \) -print0 | xargs -0 chown abc:root
touch /config/Library/linuxserver-chown.lock
fi