mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
pluginctl: dead switch statement
This commit is contained in:
parent
6fe993d187
commit
19f32d435c
@ -242,9 +242,6 @@ if (isset($opts['h'])) {
|
||||
case 'status':
|
||||
echo htmlspecialchars($service['status']) . PHP_EOL;
|
||||
break;
|
||||
case 'status':
|
||||
echo "Missing command\n";
|
||||
break;
|
||||
default:
|
||||
echo "Unknown command `$act'\n";
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user