mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
events/50.samba: fix testparm background update
creating the smb.conf cache with "-v" results in a cache file that fails to load with "testparm -s ..." later on due to "copy = " not being processable. (Copying the empty service name fails). Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 81788cfabe960497b050c5ee4e4e487ee061012a)
This commit is contained in:
parent
a73f13ada7
commit
b64e237f9b
@ -96,7 +96,7 @@ testparm_background_update() {
|
||||
# otherwise do a background update
|
||||
(
|
||||
tmpfile="${smbconf_cache}.$$"
|
||||
testparm -v -s > $tmpfile 2> /dev/null &
|
||||
testparm -s > $tmpfile 2> /dev/null &
|
||||
# remember the pid of the teamparm process
|
||||
pid="$!"
|
||||
# give it 10 seconds to run
|
||||
|
Loading…
x
Reference in New Issue
Block a user