From 32f1783db19a2cf3413d6598f158043646e284d5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 23 Oct 2021 13:27:40 +0200 Subject: [PATCH] enable only smbclient list --- cloudcommander/rootfs/run.sh | 2 +- jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- lidarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- photoprism/rootfs/run.sh | 2 +- plex/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- prowlarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- radarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- readarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- sonarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cloudcommander/rootfs/run.sh b/cloudcommander/rootfs/run.sh index b2342c3a5..58ef03229 100644 --- a/cloudcommander/rootfs/run.sh +++ b/cloudcommander/rootfs/run.sh @@ -134,7 +134,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/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/jellyfin/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/jellyfin/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/lidarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/lidarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/lidarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/lidarr/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/photoprism/rootfs/run.sh b/photoprism/rootfs/run.sh index dd47acd7c..882c5a715 100644 --- a/photoprism/rootfs/run.sh +++ b/photoprism/rootfs/run.sh @@ -135,7 +135,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/plex/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/plex/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/plex/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/plex/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/prowlarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/prowlarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/prowlarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/prowlarr/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/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/qbittorrent/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 diff --git a/radarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/radarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/radarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/radarr/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/readarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/readarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/readarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/readarr/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/sonarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh b/sonarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/sonarr/root/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/sonarr/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/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh b/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/transmission/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/transmission/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 diff --git a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh b/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh index 09d1eac16..38fe4566b 100644 --- a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts_v1.4.sh +++ b/ubooquity/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