mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Improve bootstrapping message
MFC after: 3 days
This commit is contained in:
parent
487a635bdc
commit
65008e03e7
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ bootstrap_pkg(void)
|
|||
config = NULL;
|
||||
current = mirrors = NULL;
|
||||
|
||||
printf("Bootstrapping pkg please wait\n");
|
||||
printf("Bootstrapping pkg, please wait...\n");
|
||||
|
||||
if (config_string(PACKAGESITE, &packagesite) != 0) {
|
||||
warnx("No PACKAGESITE defined");
|
||||
|
|
|
|||
Loading…
Reference in a new issue