Unverified Commit b8105e90 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Samba permissions (#1091)

parent 9cad3f09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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!"