mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
Panel: Fix wings stoplogic (#407)
* Panel: FIx wings stoplogic * do not make an expetion for `^C` let wings handle this * remove withspaces
This commit is contained in:
parent
5f4429e2c3
commit
5f77deb1fd
@ -64,12 +64,6 @@ class EggConfigurationService
|
||||
}
|
||||
|
||||
$signal = substr($stop, 1);
|
||||
if (strtoupper($signal) === 'C') {
|
||||
return [
|
||||
'type' => 'stop',
|
||||
'value' => null,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
'type' => 'signal',
|
||||
|
Loading…
x
Reference in New Issue
Block a user