Update manage.py

This commit is contained in:
qiaofeng1227 2023-05-16 11:10:08 +08:00 committed by GitHub
parent 6291f4ab63
commit 161c42ade6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ def uninstall_app(app_id):
raise CommandException(const.ERROR_CLIENT_PARAM_NOTEXIST, "AppID is not exist", "")
# Force to delete
try:
cmd = " sudo rm -rf " + app_path
cmd = " sudo rm -rf /data/apps/" + customer_name
shell_execute.execute_command_output_all(cmd)
except CommandException as ce:
myLogger.info_logger("Delete app compose exception")