This commit is contained in:
abbie 2024-11-12 19:21:07 +00:00
parent 25083ef411
commit b5a6624f2d
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -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