mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
installer: Just exit with a return code.
This commit is contained in:
@@ -615,8 +615,8 @@ EXIT:
|
||||
|
||||
fcloseall();
|
||||
|
||||
if (!(allok))
|
||||
system("/etc/halt");
|
||||
if (allok == 1)
|
||||
return 0;
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user