/etc/profile整改

This commit is contained in:
gyt0221
2021-01-25 11:11:47 +08:00
parent 6f0bcabe30
commit b4f5f67172
27 changed files with 335 additions and 176 deletions

View File

@ -117,7 +117,8 @@ class Postuninstall(LocalBaseOM):
elif self.action != ACTION_CLEAN_DEPENDENCY:
try:
self.clusterToolPath = DefaultValue.getClusterToolPath()
self.clusterToolPath = DefaultValue.getClusterToolPath(
self.user)
except Exception as e:
self.logger.logExit(
ErrorCode.GAUSS_502["GAUSS_50219"] %