mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
ba162178b9
(This used to be ctdb commit 3753b64e4e64446dc1f20ec92b45ba11bc0e0be5)
9 lines
155 B
Bash
Executable File
9 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
killall -q ctdb_fetch1
|
|
|
|
echo "Trying node"
|
|
bin/ctdb_fetch1 --nlist tests/1node.txt --listen 127.0.0.1:9001 --daemon $*
|
|
|
|
killall -q ctdb_fetch1
|