From 1f9475cab76ac77cf641014c8714948c833492bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Apr 2021 22:28:24 +0200 Subject: [PATCH] Update 92-smb_mounts_v1.2.sh --- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh index 9059ae71b..33ca42aa8 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.2.sh @@ -12,8 +12,8 @@ if bashio::config.has_value 'networkdisks'; then CIFS_USERNAME=$(bashio::config 'cifsusername') CIFS_PASSWORD=$(bashio::config 'cifspassword') - if bashio::config.has_value 'domain'; then - DOMAIN=",domain=$(bashio::config 'domain')" + if bashio::config.has_value 'cifsdomain'; then + DOMAIN=",domain=$(bashio::config 'cifsdomain')" else DOMAIN="" fi