summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-10 22:50:58 +0100
committerGravatar default2022-11-10 22:50:58 +0100
commitf197919acbf73fe3fd875c2e13975892e60de3e5 (patch)
tree56a62759d92a9f5c0ff50fc3691d9ec2720676a0
parentCall pthread_detach(). (diff)
downloadsnac2-f197919acbf73fe3fd875c2e13975892e60de3e5.tar.gz
snac2-f197919acbf73fe3fd875c2e13975892e60de3e5.tar.xz
snac2-f197919acbf73fe3fd875c2e13975892e60de3e5.zip
Some adduser message rewording.
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 3031b83..d53a880 100644
--- a/utils.c
+++ b/utils.c
@@ -289,7 +289,7 @@ int adduser(char *uid)
289 289
290 printf("\nUser password is %s\n", pwd); 290 printf("\nUser password is %s\n", pwd);
291 291
292 printf("\nGo to %s/%s and keep configuring your user.\n", srv_baseurl, uid); 292 printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid);
293 293
294 return 0; 294 return 0;
295} 295}