From 0f7cfe6a17a1feafdceb97321ec316ed815c64f4 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:25:52 +0200 Subject: [PATCH] delete command now doesnt work by default --- client/src/cmdhfcipurse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfcipurse.c b/client/src/cmdhfcipurse.c index c7a997140..b49642083 100644 --- a/client/src/cmdhfcipurse.c +++ b/client/src/cmdhfcipurse.c @@ -1009,7 +1009,7 @@ static int CmdHFCipurseDeleteFile(const char *Cmd) { arg_lit0(NULL, "commit", "commit "), arg_param_end }; - CLIExecWithReturn(ctx, Cmd, argtable, true); + CLIExecWithReturn(ctx, Cmd, argtable, false); bool APDULogging = arg_get_lit(ctx, 1); bool verbose = arg_get_lit(ctx, 2);