Changes of Revision 26
[-] [+] | Changed | _service:set_version:inventory-system.spec |
[-] [+] | Changed | _service:recompress:tar_scm:inventory-system-0.0.rev1479.tar.bz2/client/inventory-system.sh ^ |
@@ -189,9 +189,9 @@ # get system type function get_system_type { - RETVAL=`${VIRT-WHAT}` + RETVAL=`${VIRTWHAT}` if [ $? == 0 ] ; then - TYPE=`${VIRT-WHAT} | ${TAIL} -n1` + TYPE=`${VIRTWHAT} | ${TAIL} -n1` if [ "${TYPE}" == "" ] ; then TYPE="baremetal" fi |