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)