From 9c033f452e9a07eb2bdedc51648269e5d285491b Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 29 Apr 2026 18:36:43 +0200 Subject: In adduser(), delete the (possible) grave. --- utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils.c') diff --git a/utils.c b/utils.c index 3f9d667..c36587a 100644 --- a/utils.c +++ b/utils.c @@ -369,6 +369,9 @@ int adduser(const char *uid) fclose(f); } + /* remove the grave */ + grave(uid, 2); + printf("\nUser password is %s\n", pwd); printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid); -- cgit