installer: Just exit with a return code.

This commit is contained in:
Michael Tremer
2014-07-27 16:06:18 +02:00
parent 85f2892b2a
commit f0a61a0aa7

View File

@@ -615,8 +615,8 @@ EXIT:
fcloseall();
if (!(allok))
system("/etc/halt");
if (allok == 1)
return 0;
return 0;
return 1;
}