1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-12 13:19:34 +08:00

fix: Samba permissions (#1091)

Tento commit je obsažen v:
Kroese
2025-03-06 10:27:59 +01:00
odevzdal GitHub
rodič 9cad3f0994
revize b8105e9072
+1
Zobrazit soubor
@@ -102,6 +102,7 @@ done
# Fix Samba permissions
[ -d /run/samba/msg.lock ] && chmod -R 0755 /run/samba/msg.lock
[ -d /var/log/samba/cores ] && chmod -R 0700 /var/log/samba/cores
[ -d /var/cache/samba/msg.lock ] && chmod -R 0755 /var/cache/samba/msg.lock
if ! smbd; then
error "Samba daemon failed to start!"