mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +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)) {
|
||||
errorbox("unattended: ERROR setting admin password");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
fprintf(flog, "unattended: Setup ended\n");
|
||||
|
||||
Reference in New Issue
Block a user