This commit is contained in:
Alexandre
2022-11-20 08:28:30 +01:00
committed by GitHub
parent f9fc0acbdf
commit 0adf7a6fd3

View File

@@ -1,5 +1,5 @@
#!/bin/bash
if [ -f /etc/cont-init.d/92-smb_mounts.sh]; then
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