fix issue

pull/345/head
vapao 2021-07-12 23:02:21 +08:00
parent 54c1ee31d1
commit 0bb559ceb2
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ def fetch_host_extend(ssh):
"hostname -I",
"cat /etc/os-release | grep PRETTY_NAME | awk -F \\\" '{print $2}'",
"fdisk -l | grep '^Disk /' | awk '{print $5}'",
"fdisk -l | grep '^磁盘 /' | awk '{print $5}'"
"fdisk -l | grep '^磁盘 /' | awk '{print $4}' | awk -F'' '{print $2}'"
]
code, out = ssh.exec_command(';'.join(commands))
if code != 0: