mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 17:29:28 -05:00
Update cron when removing a plugin
To prevent any .cron files previously added from continuing to be executed
This commit is contained in:
@@ -550,6 +550,7 @@ if ($method == "remove") {
|
||||
// remove the plugin file
|
||||
move($installed_plugin_file, "/boot/config/plugins-removed");
|
||||
echo "plugin: removed\n";
|
||||
exec("/usr/local/sbin/update_cron");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user