* [bug#60038,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2025-02-27 10:55:15 +08:00
committed by 田淑杰
parent b8e9278c08
commit fb1c7f27fe
+1 -1
View File
@@ -724,7 +724,7 @@ class extensionModel extends model
{
$commandTips[] = PHP_OS == 'Linux' ? "sudo rm -fr $appRoot$dir" : "rmdir $appRoot$dir /s /q";
}
elseif(!rmdir($path))
elseif(!@rmdir($path))
{
$commandTips[] = PHP_OS == 'Linux' ? "sudo rm -fr $appRoot$dir" : "rmdir $appRoot$dir /s /q";
}