From 612989be9337f813bae732dc1c808fa29e983b17 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Tue, 2 Sep 2025 07:32:01 +0200 Subject: [PATCH] Fix missing quote --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ab60d1d06..ea71890dc8 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ inplace-install-l: @echo " sudo make inplace-postinstall-apache" @echo " - Configure nginx" @echo " sudo make inplace-postinstall-nginx" - @echo " - Configure judgedaemon + @echo " - Configure judgedaemon" @echo " sudo make inplace-postinstall-judgedaemon" @echo " - Set up database" @echo " ./sql/dj_setup_database -u root [-r|-p ROOT_PASS] install"