Delete 31-correct_smb.sh

This commit is contained in:
Alexandre
2023-04-16 20:54:52 +02:00
committed by GitHub
parent 9a541e07c2
commit f4a514694d

View File

@@ -1,5 +0,0 @@
#!/bin/bash
if [ -f /etc/cont-init.d/00-smb_mounts.sh ]; then
sed -i "s|cifs -o \"|cifs -o \"nobrl,|g" /etc/cont-init.d/00-smb_mounts.sh
fi