3.11.6 #1

Merged
jonny merged 9 commits from 3.11.6 into master 2020-07-09 13:45:38 +00:00
Showing only changes of commit 49939239c2 - Show all commits

View File

@ -2,8 +2,7 @@
#
## Script to kick off Couchpotato Movies media orgnaiser
#
addgroup -g $GID coucpotato
adduser -D -u $UID -G couchpotato -H couchpotato
chown -R $UID:$GID /couchpotato
su - $UID
/usr/bin/python2 /couchpotato/CouchPotato.py --console_log --data_dir=/config
addgroup -g $GID $USER
adduser -D -u $UID -G $USER -H $USER
chown -R $UID:$GID /couchpotato /config
su - $USER -c "/usr/bin/python2 /couchpotato/CouchPotato.py --console_log --data_dir=/config"