From b6236b4b20e087473690db1b32cfade2cb56d1e9 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 23 Oct 2021 13:27:55 +0200 Subject: [PATCH] enable only smbclient list --- bazarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- doublecommander/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- emby/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- filebrowser/rootfs/run.sh | 2 +- papermerge/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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