This commit is contained in:
as2252258@163.com
2021-03-28 16:18:25 +08:00
parent d910a251fe
commit 5f8a02d898
+5 -1
View File
@@ -118,7 +118,11 @@ class Shutdown extends Component
exec('kill -15 ' . $content);
sleep(1);
}
@unlink($value);
clearstatcache($value);
if (file_exists($value)) {
@unlink($value);
}
}