mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-31 02:54:09 +02: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
|