now it's truly fixed

This commit is contained in:
Snogard 2023-10-20 18:44:30 +02:00
parent f4e2796db3
commit 6c3482034b

View File

@ -54,7 +54,7 @@ sudo ufw allow $torrentPort/udp
if [ ! -d "${dstBasePath}${themePath}" ]; then
mkdir -p /tmp/kaido/$containerName
wget "https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.zip" -O "/tmp/kaido/$containerName/$themeFileName"
sudo unzip "$dstConfigPath/$themeFileName" -d "$dstConfigPath"
sudo unzip "/tmp/kaido/$containerName/$themeFileName" -d "$dstConfigPath"
rm "/tmp/kaido/$containerName/$themeFileName"
fi