From 1b4c15afd37eaa8c637cac31f6b8bac3ea25b07c Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Mon, 16 Mar 2020 14:23:13 -0500 Subject: [PATCH] fix typos --- Linux/connect_idrac_kvm.sh | 2 +- MacOS/connect_idrac_kvm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/connect_idrac_kvm.sh b/Linux/connect_idrac_kvm.sh index 35162de..ccc7dc0 100644 --- a/Linux/connect_idrac_kvm.sh +++ b/Linux/connect_idrac_kvm.sh @@ -13,7 +13,7 @@ echo echo 'Downloading avctKVM.jar from host' curl --no-check-certificate "https://$drachost/software/avctKVM.jar" > avctKVM.jar -echo Executing JKVM Client... +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" rm avctKVM.jar \ No newline at end of file diff --git a/MacOS/connect_idrac_kvm.sh b/MacOS/connect_idrac_kvm.sh index 35162de..ccc7dc0 100644 --- a/MacOS/connect_idrac_kvm.sh +++ b/MacOS/connect_idrac_kvm.sh @@ -13,7 +13,7 @@ echo echo 'Downloading avctKVM.jar from host' curl --no-check-certificate "https://$drachost/software/avctKVM.jar" > avctKVM.jar -echo Executing JKVM Client... +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" rm avctKVM.jar \ No newline at end of file