Update server.py
This commit is contained in:
parent
b49b9aa6f0
commit
498943b88c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import subprocess
|
|||
# Server IPMI details
|
||||
IPMIHOST = "192.168.1.223"
|
||||
IPMIUSER = "root"
|
||||
IPMIPASS = "fuck pizza hut"
|
||||
IPMIPASS = "<oops>"
|
||||
|
||||
def execute_ipmi_command(command):
|
||||
full_command = f"ipmitool -I lanplus -H {IPMIHOST} -U {IPMIUSER} -P \"{IPMIPASS}\" {command}"
|
||||
|
|
Loading…
Reference in a new issue