From 8c5d321b641961237f747d3e68f52b163d673634 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Mon, 3 Apr 2023 13:52:35 +0100 Subject: [PATCH] updated username --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b18cd37..1fdc10f 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* user and group to drop privileges to */ -static const char *user = "spy"; +static const char *user = "maddie"; static const char *group = "users"; /* colour definitions */