mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 19:14:46 +02:00
We now use a non-zero exitcode if ./unrealircd module install ... fails
Reported by ikci in https://bugs.unrealircd.org/view.php?id=6578
This commit is contained in:
@@ -1639,6 +1639,8 @@ void modulemanager(int argc, char *args[])
|
||||
{
|
||||
if (mm_install(argc, args, 0))
|
||||
fprintf(stderr, "All actions were successful.\n");
|
||||
else
|
||||
exit(1);
|
||||
}
|
||||
else if (!strcasecmp(args[0], "upgrade"))
|
||||
mm_upgrade(argc, args);
|
||||
|
||||
Reference in New Issue
Block a user