Skip to content

Commit

Permalink
Criação de diretório de socket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Torresini committed May 10, 2018
1 parent 81e5664 commit 4e487ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samba/nmbd/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ if [ -f /var/lib/samba/wins.dat ]
then
rm -f /var/lib/samba/wins.dat
fi
mkdir -p /var/lib/samba/private/msg.sock
chmod 0700 /var/lib/samba/private/msg.sock

exec "$@" < /dev/null

0 comments on commit 4e487ba

Please sign in to comment.