mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-21 11:00:32 +01:00
6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f /etc/cont-init.d/92-smb_mounts.sh ]; then
|
|
sed -i "s|cifs -o \"|cifs -o \"nobrl,|g" /etc/cont-init.d/92-smb_mounts.sh
|
|
fi
|