From 7aab865fc82b4148097a714097315e8ca8b12343 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 31 Aug 2023 12:13:13 -0900 Subject: [PATCH] On second thought, let's do it this way. --- citadel/utils/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 84d1d958c..a021913a3 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -822,7 +822,7 @@ int main(int argc, char *argv[]) { long original_start_time = extract_long(&buf[4], 3); progress(activity, 1, 51); - serv_puts("DOWN 1"); + serv_puts("DOWN"); progress(activity, 2, 51); serv_gets(buf); if (buf[0] != '2') { -- 2.30.2