mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 15:29:20 -05:00
Fixed false "next" announcement when on "stable " release
This commit is contained in:
@@ -367,7 +367,7 @@ if ($argc < 2) {
|
||||
exit(1);
|
||||
}
|
||||
$method = $argv[1];
|
||||
$builtin = ['unRAIDServer'];
|
||||
$builtin = ['unRAIDServer','unRAIDServer-'];
|
||||
|
||||
// plugin checkall
|
||||
// check all installed plugins, except built-in
|
||||
|
||||
Reference in New Issue
Block a user