mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix: Fixed issue with uninstall extension failed (#11021)
This commit is contained in:
@@ -722,7 +722,7 @@ func unInstallPHPExtension(runtime *model.Runtime, delExtensions []string) error
|
||||
if ext.Name == del {
|
||||
exist = true
|
||||
delMap[ext.Check] = struct{}{}
|
||||
delPHPExtensions(dir, phpExtensionDir, ext.Check, ext.Name)
|
||||
delPHPExtensions(dir, phpExtensionDir, ext.File, ext.Name)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user