fix typo and quiet download

This commit is contained in:
Kyle Hagerty 2020-03-17 17:29:06 +00:00
parent 38d062ef05
commit d1a83e76ab

View File

@ -10,8 +10,8 @@ echo -n 'Password: '
read -s dracpwd read -s dracpwd
echo echo
echo 'Downloading avctKVM.jar from host' echo 'Downloading avctKVM.jar from host...'
curl -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar curl -q -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
echo 'Executing JKVM Client...' echo 'Executing JKVM Client...'
java -cp avctKVM.jar -Djava.library.path=./lib com.avocent.idrac.kvm.Main ip=$drachost kmport=5900 vport=5900 user=$dracuser passwd=$dracpwd apcp=1 version=2 vmprivilege=true "helpurl=https://$drachost:443/help/contents.html" java -cp avctKVM.jar -Djava.library.path=./lib com.avocent.idrac.kvm.Main ip=$drachost kmport=5900 vport=5900 user=$dracuser passwd=$dracpwd apcp=1 version=2 vmprivilege=true "helpurl=https://$drachost:443/help/contents.html"