originally had sshpass package install reveresed, fixed it here

This commit is contained in:
m0duspwnens
2021-01-06 08:51:33 -05:00
parent aecc0c025e
commit 94fd79cd28

View File

@@ -128,9 +128,9 @@ if [[ -f automation/$automation && $(basename $automation) == $automation ]]; th
if [[ ! $is_iso ]]; then
echo "Installing sshpass for automated testing." >> $setup_log 2>&1
if [ "$OS" == ubuntu ]; then
yum -y install sshpass >> $setup_log 2>&1
else
apt-get -y install sshpass >> $setup_log 2>&1
else
yum -y install sshpass >> $setup_log 2>&1
fi
fi
fi