diff --git a/bazarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/bazarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index a88593dfe..5e8bb301e 100644 --- a/bazarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/bazarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh @@ -80,7 +80,7 @@ if bashio::config.has_value 'networkdisks'; then disk="//192.168.178.23/NAS" CIFS_USERNAME="homeassistant" CIFS_PASSWORD="Bonjour01" - smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true + #smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true smbclient -L $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true # Error code diff --git a/doublecommander/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/doublecommander/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/doublecommander/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/doublecommander/root/etc/cont-init.d/92-smb_mounts_v1.4.sh @@ -70,7 +70,7 @@ if bashio::config.has_value 'networkdisks'; then # Provide debugging info smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client - smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true + #smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true smbclient -L $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true # Error code diff --git a/emby/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/emby/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/emby/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/emby/root/etc/cont-init.d/92-smb_mounts_v1.4.sh @@ -70,7 +70,7 @@ if bashio::config.has_value 'networkdisks'; then # Provide debugging info smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client - smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true + #smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true smbclient -L $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true # Error code diff --git a/filebrowser/rootfs/run.sh b/filebrowser/rootfs/run.sh index 83dab8ccf..b6a7fecf4 100644 --- a/filebrowser/rootfs/run.sh +++ b/filebrowser/rootfs/run.sh @@ -133,7 +133,7 @@ if bashio::config.has_value 'networkdisks'; then # Provide debugging info smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client - smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true + #smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true smbclient -L $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true # Error code diff --git a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh @@ -70,7 +70,7 @@ if bashio::config.has_value 'networkdisks'; then # Provide debugging info smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client - smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true + #smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true smbclient -L $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true # Error code