x86_64-alpine-htpcmgr/start.sh
Jonathan Ervine 060913c6ae new file: Dockerfile
new file:   Jenkinsfile
	new file:   UTC
	new file:   start.sh
2020-07-09 22:51:25 +08:00

9 lines
214 B
Bash
Executable File

#!/bin/sh
#
## Script to kick off HTPC Manager
#
addgroup -g $GID $USER
adduser -D -u $UID -G $USER -H $USER
chown -R $UID:$GID /HTPC-Manager
su - $USER -c "/usr/bin/python /HTPC-Manager/Htpc.py --datadir=/config"