add combustion

This commit is contained in:
Garret Hicks
2017-10-22 00:18:12 -07:00
parent 7a5f19015b
commit 4bc9a89e22
4 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ if [ ! -e "/dev/random" ]; then
ln -s /dev/urandom /dev/random
fi
if [ "true" = "$ENABLE_UFW" ]; then
echo "Using Combustin UI, overriding TRANSMISSION_WEB_HOME"
export TRANSMISSION_WEB_HOME=//usr/bin/transmission-daemon/combustion
fi
. /etc/transmission/userSetup.sh
echo "STARTING TRANSMISSION"