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