mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +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);
|
$signal = substr($stop, 1);
|
||||||
if (strtoupper($signal) === 'C') {
|
|
||||||
return [
|
|
||||||
'type' => 'stop',
|
|
||||||
'value' => null,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'type' => 'signal',
|
'type' => 'signal',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user