Change 'unRAID' to 'Unraid' to match new branding.

Updated a few copyright strings.
This commit is contained in:
Tom Mortensen
2018-08-31 12:58:40 -07:00
parent 56d1f6672c
commit 6668ad0ec5
44 changed files with 120 additions and 120 deletions
+2 -2
View File
@@ -139,7 +139,7 @@ case 'cron-init':
@mkdir($archive,0755,true);
$text = empty($notify['status']) ? "" : "# Generated array status check schedule:\n{$notify['status']} $docroot/plugins/dynamix/scripts/statuscheck &> /dev/null\n\n";
parse_cron_cfg("dynamix", "status-check", $text);
$text = empty($notify['unraidos']) ? "" : "# Generated unRAID OS update check schedule:\n{$notify['unraidos']} $docroot/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null\n\n";
$text = empty($notify['unraidos']) ? "" : "# Generated Unraid OS update check schedule:\n{$notify['unraidos']} $docroot/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null\n\n";
parse_cron_cfg("dynamix", "unraid-check", $text);
$text = empty($notify['version']) ? "" : "# Generated plugins version check schedule:\n{$notify['version']} $docroot/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null\n\n";
parse_cron_cfg("dynamix", "plugin-check", $text);
@@ -150,7 +150,7 @@ case 'cron-init':
break;
case 'add':
$event = 'unRAID Status';
$event = 'Unraid Status';
$subject = 'Notification';
$description = 'No description';
$importance = 'normal';