You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this cloning a server with install cd attached. Changed grep -E "(scsi|sata)0\:0\.fileName" "$INFOLDER"/*.vmx a | grep -o "[0-9]\{6,6\}"
to grep -E "(scsi|sata)0\:0\.fileName" "$INFOLDER"/*.vmx | grep "\.vmdk" | grep -o "[0-9]\{6,6\}" in clone.sh
happy to give a pull request
The text was updated successfully, but these errors were encountered:
Ran into this cloning a server with install cd attached. Changed
grep -E "(scsi|sata)0\:0\.fileName" "$INFOLDER"/*.vmx a | grep -o "[0-9]\{6,6\}"
to
grep -E "(scsi|sata)0\:0\.fileName" "$INFOLDER"/*.vmx | grep "\.vmdk" | grep -o "[0-9]\{6,6\}"
in clone.shhappy to give a pull request
The text was updated successfully, but these errors were encountered: