mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
5
calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh
Normal file
5
calibre_web/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