typo
This commit is contained in:
parent
25083ef411
commit
b5a6624f2d
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ if [ "$system_type" = "linux" ] && [ -z "$machine" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$system_type" = "windows" ] && [ -z "$machine"]; && [ "$hassed" -eq 1 ]; then
|
||||
if [ "$system_type" = "windows" ] && [ -z "$machine"] && [ "$hassed" -eq 1 ]; then
|
||||
machine="$(wmic.exe computersystem get Manufacturer,Model | sed -n 2p | head -n 1)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue