mysql,mariadb删除,不再支持程序删除。
This commit is contained in:
parent
325046d3c2
commit
13d038e855
|
|
@ -2180,8 +2180,10 @@ def installPreInspection(version):
|
|||
|
||||
|
||||
def uninstallPreInspection(version):
|
||||
# return "请手动删除MySQL[{}]".format(version)
|
||||
return 'ok'
|
||||
if mw.isDebugMode():
|
||||
return 'ok'
|
||||
|
||||
return "请手动删除MariaDB[{}]<br/> rm -rf {}".format(version, getServerDir())
|
||||
|
||||
if __name__ == "__main__":
|
||||
func = sys.argv[1]
|
||||
|
|
|
|||
|
|
@ -2338,8 +2338,10 @@ def installPreInspection(version):
|
|||
|
||||
|
||||
def uninstallPreInspection(version):
|
||||
if mw.isDebugMode():
|
||||
return 'ok'
|
||||
|
||||
return "请手动删除MySQL[{}]<br/> rm -rf {}".format(version, getServerDir())
|
||||
# return 'ok'
|
||||
|
||||
if __name__ == "__main__":
|
||||
func = sys.argv[1]
|
||||
|
|
|
|||
Loading…
Reference in New Issue