On second thought, let's do it this way.
authorArt Cancro <ajc@citadel.org>
Thu, 31 Aug 2023 21:13:13 +0000 (12:13 -0900)
committerArt Cancro <ajc@citadel.org>
Thu, 31 Aug 2023 21:13:13 +0000 (12:13 -0900)
citadel/utils/setup.c

index 84d1d958ca8d94283160e5fca20d4f89e53c0985..a021913a3c16a3d74146f16b3052208276c8cafb 100644 (file)
@@ -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') {