mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Eventscripts - call ctdb_check_args() in 00.ctdb
This is the first eventscript. Sanity check as early as possible and everyone benefits. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0564717fcc1e21688ae5dacbd437fd493bcb8853)
This commit is contained in:
parent
bc4e62be85
commit
94c3429567
@ -35,6 +35,8 @@ update_config_from_tdb() {
|
||||
fi
|
||||
}
|
||||
|
||||
ctdb_check_args "$@"
|
||||
|
||||
case "$1" in
|
||||
init)
|
||||
# make sure we have a blank state directory for the scripts to work with
|
||||
|
Loading…
Reference in New Issue
Block a user