Blame tests/p_vconfig/0_install_vconfig.sh

Christoph Galuschka 7d92e8
#!/bin/bash
Christoph Galuschka ff12d7
# Author: Christoph Galuschka <tigalch@tigalch.org>
Christoph Galuschka 7d92e8
Christoph Galuschka aa7b6a
if [ $centos_ver -lt 7 ]
Christoph Galuschka ff12d7
then
Christoph Galuschka ff12d7
  # Install vconfig
Christoph Galuschka ff12d7
  t_InstallPackage vconfig
Christoph Galuschka ff12d7
else
Christoph Galuschka aa7b6a
  t_Log 'vconfig is only supported on C5 and C6, skipping'
Christoph Galuschka ff12d7
fi