diff options
-rwxr-xr-x | ctdb/config/events.d/13.per_ip_routing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/13.per_ip_routing b/ctdb/config/events.d/13.per_ip_routing index 9a2c346ee5..07687c0f5f 100755 --- a/ctdb/config/events.d/13.per_ip_routing +++ b/ctdb/config/events.d/13.per_ip_routing @@ -136,7 +136,7 @@ clean_up_table_ids () # Even if this didn't exist on the system, adding a route will # have created it. What if we startup and immediately shutdown? if [ ! -f "$_f" ] ; then - mkdir -p $(basename "$_f") + mkdir -p $(dirname "$_f") touch "$_f" fi |