fix typo and quiet download
This commit is contained in:
parent
38d062ef05
commit
d1a83e76ab
@ -10,8 +10,8 @@ echo -n 'Password: '
|
||||
read -s dracpwd
|
||||
echo
|
||||
|
||||
echo 'Downloading avctKVM.jar from host'
|
||||
curl -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
|
||||
echo 'Downloading avctKVM.jar from host...'
|
||||
curl -q -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
|
||||
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user