enable only smbclient list

This commit is contained in:
Alexandre
2021-10-23 13:27:40 +02:00
parent 1c98babdc1
commit 32f1783db1
12 changed files with 12 additions and 12 deletions

View File

@@ -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