Remove blanks

This commit is contained in:
Alexandre
2023-12-30 11:01:18 +01:00
committed by GitHub
parent 206981802d
commit b9ccf4cb24

View File

@@ -117,6 +117,8 @@ fi
cd "$CONFIG_LOCATION"/ || true
WHITELIST="$(bashio::config 'whitelist')"
# Remove blanks
WHITELIST="${WHITELIST// /}"
#clean data
sed -i '/AuthSubnetWhitelist/d' qBittorrent.conf