From d01fc424dfbbcfe6e05eee7eac3e0142cdcf2c6d Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 18 Sep 2019 14:43:04 +0100 Subject: [PATCH] add in env var to define app name --- build/root/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/root/install.sh b/build/root/install.sh index 074f056..ea2b98e 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -307,6 +307,8 @@ else export WEBUI_PORT="8080" fi +export APPLICATION="qbittorrent" + EOF # replace env vars placeholder string with contents of file (here doc)