Update 31-correct_smb.sh

This commit is contained in:
Alexandre
2022-11-27 08:30:03 +01:00
committed by GitHub
parent 68c56b49bd
commit 167b6d3d8a

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