3.11.6 #1

Merged
jonny merged 12 commits from 3.11.6 into master 2020-07-11 06:34:53 +00:00
Showing only changes of commit d96f69d016 - Show all commits

View File

@ -4,6 +4,5 @@
#
addgroup -g $GID $USER
adduser -D -u $UID -G $USER -H $USER
chown -R $UID:$GID /Tautulli
su - $USER
/usr/bin/python /Tautulli/Tautulli.py --datadir /config --nofork --nolaunch
chown -R $UID:$GID /Tautulli /config
su - $USER -c "/usr/bin/python /Tautulli/Tautulli.py --datadir /config --nofork --nolaunch"