Update manage.py

This commit is contained in:
qiaofeng1227 2023-05-11 14:08:15 +08:00 committed by GitHub
parent 27fbd2141a
commit 703a083047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -703,7 +703,7 @@ def get_token():
url = 'http://172.17.0.1:9092/api/tokens'
headers = {'Content-type': 'application/json'}
cmd = "cat /usr/share/cockpit/nginx/config.json | jq -r '.NGINXPROXYMANAGER_PASSWORD'"
password = shell_execute.execute_command_output_all(cmd)["result"]
password = shell_execute.execute_command_output_all(cmd)["result"].rstrip('\n')
if password == "uub8ohr3eiP4Chi!":
myLogger.info_logger("password: " + password)
param = {