Merge pull request #328 from Squidly271/patch-3

Update cron when removing a plugin
This commit is contained in:
tom mortensen
2018-04-14 12:58:17 -07:00
committed by GitHub

View File

@@ -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);
}