mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Fix missing } in unattended.c
This commit is contained in:
@@ -155,6 +155,7 @@ int unattended_setup(struct keyvalue *unattendedkv) {
|
||||
errorbox("unattended: ERROR setting admin password");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
fprintf(flog, "unattended: Setup ended\n");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user