Wording change on a error returned by plugin manager

This commit is contained in:
Squidly271
2018-03-16 21:00:04 -04:00
committed by GitHub
parent b64e5424a1
commit 6ff99c67bb

View File

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