Some adduser message rewording.

This commit is contained in:
default 2022-11-10 22:50:58 +01:00
parent ec2d6bc4a4
commit f197919acb

View File

@ -289,7 +289,7 @@ int adduser(char *uid)
printf("\nUser password is %s\n", pwd);
printf("\nGo to %s/%s and keep configuring your user.\n", srv_baseurl, uid);
printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid);
return 0;
}