mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 13:09:58 -06:00
Wording change on a error returned by plugin manager
This commit is contained in:
@@ -580,7 +580,7 @@ if ($method == "update") {
|
||||
// verify previous check has been done
|
||||
$plugin_file = "/tmp/plugins/$plugin";
|
||||
if (!file_exists($plugin_file)) {
|
||||
echo "plugin: $plugin_file does not exist, check first\n";
|
||||
echo "plugin: $plugin_file does not exist, check for updates first\n";
|
||||
exit (1);
|
||||
}
|
||||
// bergware - check unRAID version dependency (if present)
|
||||
|
||||
Reference in New Issue
Block a user