From 6ff99c67bb3affbbb2869da3124eae5248204ac8 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 16 Mar 2018 21:00:04 -0400 Subject: [PATCH] Wording change on a error returned by plugin manager --- plugins/dynamix.plugin.manager/scripts/plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix.plugin.manager/scripts/plugin b/plugins/dynamix.plugin.manager/scripts/plugin index c351f7d05..902597b4c 100755 --- a/plugins/dynamix.plugin.manager/scripts/plugin +++ b/plugins/dynamix.plugin.manager/scripts/plugin @@ -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)