We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c7aba + 0349524 commit a25a150Copy full SHA for a25a150
server/lib/classes/cron.d/100-monitor_raid.inc.php
@@ -178,7 +178,7 @@ public function onRunJob() {
178
if($retval === 0) {
179
180
// TYPOWORX FIX | Determine Controler-ID
181
- $availableControlers = shell_exec('tw_cli info | grep -Eo "c[0-9]+');
+ $availableControlers = shell_exec('tw_cli info | grep -Eo "c[0-9]+"');
182
$data['output'] = shell_exec('tw_cli info ' . $availableControlers);
183
184
$state = 'ok';
0 commit comments