fix file path

This commit is contained in:
Kyle Hagerty 2020-03-16 17:22:59 -05:00
parent 6e0e6425b6
commit 92a9b97948

View File

@ -14,6 +14,6 @@ echo 'Downloading avctKVM.jar from host'
curl -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
echo 'Executing JKVM Client...'
./jre/bin/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"
rm avctKVM.jar