diff options
-rwxr-xr-x | ctdb/config/events.d/00.ctdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/00.ctdb b/ctdb/config/events.d/00.ctdb index 9df5af447c..bf77b9c9a4 100755 --- a/ctdb/config/events.d/00.ctdb +++ b/ctdb/config/events.d/00.ctdb @@ -33,7 +33,7 @@ update_config_from_tdb() { case "$1" in init) # make sure we have a blank state directory for the scripts to work with - rm -rf $CTDB_VARDIR/state + rm -rf $CTDB_VARDIR/state $ctdb_active_dir/* mkdir -p $CTDB_VARDIR/state || { ret=$? echo "mkdir -p $CTDB_VARDIR/state - failed - $ret" |