diff --git a/src/confd/src/confd/dagger.c b/src/confd/src/confd/dagger.c index 305eb81e..1b40fbd7 100644 --- a/src/confd/src/confd/dagger.c +++ b/src/confd/src/confd/dagger.c @@ -147,7 +147,7 @@ int dagger_claim(struct dagger *d, const char *path) } else { err = systemf("mkdir -p %s/%d/action/exit" " && " - "ln -s ../../top-down-order %s/%d/action/exit/order", + "ln -sf ../../top-down-order %s/%d/action/exit/order", path, d->current, path, d->current); if (err) return err;