Plugin system update

This commit is contained in:
bergware
2022-07-08 23:30:56 +02:00
parent 75b53038db
commit c181de6fe1
@@ -655,6 +655,7 @@ if ($method == 'install') {
}
// run hook scripts for post processing
post_hooks();
write('_DONE_');
exit(0);
}
@@ -754,6 +755,7 @@ if ($method == 'update') {
logger("plugin: $plugin updated");
// run hook scripts for post processing
post_hooks();
write('_DONE_');
exit(0);
}
@@ -787,6 +789,7 @@ if ($method == 'remove') {
exec("/usr/local/sbin/update_cron");
// run hook scripts for post processing
post_hooks();
write('_DONE_');
exit(0);
}