mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
8 lines
127 B
Bash
Executable File
8 lines
127 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 $*
|
|
wait
|