mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
fix #185 : run with correct permissions
This commit is contained in:
parent
b2daa52e12
commit
f3d2e7061a
@ -20,4 +20,4 @@ if [ ${RTORRENT_SCGI} -ne 0 ]; then
|
|||||||
sed -i -e 's|socket: true,|socket: false,|' -e 's|port: 5000,|port: '${RTORRENT_SCGI}',|' /usr/flood/config.js
|
sed -i -e 's|socket: true,|socket: false,|' -e 's|port: 5000,|port: '${RTORRENT_SCGI}',|' /usr/flood/config.js
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec su-exec $GID:$UID /bin/s6-svscan /etc/s6.d
|
exec su-exec $UID:$GID /bin/s6-svscan /etc/s6.d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user