mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
6 lines
143 B
Bash
6 lines
143 B
Bash
#!/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
|