改名
This commit is contained in:
@@ -48,6 +48,7 @@ class Shutdown extends Component
|
|||||||
{
|
{
|
||||||
clearstatcache(storage());
|
clearstatcache(storage());
|
||||||
$output = shell_exec('[ -f /.dockerenv ] && echo yes || echo no');
|
$output = shell_exec('[ -f /.dockerenv ] && echo yes || echo no');
|
||||||
|
var_dump($output);
|
||||||
if ($output === 'yes') {
|
if ($output === 'yes') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user