mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-05 08:33:29 +00:00
Create /run/samba/
This commit is contained in:
parent
1a91d57625
commit
3e78cb0215
@ -2,6 +2,10 @@
|
||||
|
||||
set -eu
|
||||
|
||||
if [ ! -d /run/samba/ ]; then
|
||||
install -m 755 -o root -g root -d /run/samba/
|
||||
fi
|
||||
|
||||
cd /run/samba/
|
||||
exec 2>&1
|
||||
exec /usr/sbin/smbd --foreground --debug-stdout --debuglevel=3
|
||||
|
Loading…
Reference in New Issue
Block a user