Alexandre
2022-11-18 07:32:22 +01:00
committed by GitHub
parent a8ba805c12
commit bddc87e2b3

View File

@@ -0,0 +1,5 @@
#!/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