fix getcap not found

This commit is contained in:
chentingting
2023-03-14 11:15:45 +08:00
parent a0f560f487
commit ef52b5896e
3 changed files with 20 additions and 5 deletions

View File

@ -131,7 +131,8 @@ class ErrorCode():
'GAUSS_50109': "[GAUSS-50109] : Only a user with the root permission "
"can check SSD information.",
'GAUSS_50110': "[GAUSS-50110] : Cannot execute this script on %s.",
'GAUSS_50111': "[GAUSS-50111] : The %s directory has no permission."
'GAUSS_50111': "[GAUSS-50111] : The %s directory has no permission.",
'GAUSS_50112': "[GAUSS-50112] : Failed to get the permission of %s.",
}
###########################################################################