Add nobrl option to smb

https://github.com/alexbelgium/hassio-addons/issues/556
This commit is contained in:
Alexandre
2022-11-22 16:11:32 +01:00
committed by GitHub
parent 362ba14638
commit b37940035e

View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -f /etc/cont-init.d/92-smb_mounts.sh]; then
sed -i "s|cifs -o \"|cifs -o \"nobrl," /etc/cont-init.d/92-smb_mounts.sh
fi