mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add nobrl option to smb
https://github.com/alexbelgium/hassio-addons/issues/556
This commit is contained in:
5
calibre/rootfs/etc/cont-init.d/31-correct_smb.sh
Normal file
5
calibre/rootfs/etc/cont-init.d/31-correct_smb.sh
Normal 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
|
||||
Reference in New Issue
Block a user