From fbffb1c8ea0f774be988989f45af54e5f8bf5bd0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:41:41 +0200 Subject: [PATCH] Define variables --- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh index 9ab88d29b..87d270ed7 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh @@ -12,6 +12,8 @@ if bashio::config.has_value 'networkdisks'; then CIFS_USERNAME=$(bashio::config 'cifsusername') CIFS_PASSWORD=$(bashio::config 'cifspassword') MOUNTED=false + SMBVERS="" + SECVERS="" if bashio::config.has_value 'cifsdomain'; then DOMAIN=",domain=$(bashio::config 'cifsdomain')"