From a567c32dbe9144598cae872197d713d268d0fbd7 Mon Sep 17 00:00:00 2001 From: Shital Savekar Date: Tue, 8 Aug 2017 15:50:39 +0530 Subject: [PATCH] Updating bondvf.sh web url. --- remote-scripts/ConfigureSRIOV.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-scripts/ConfigureSRIOV.sh b/remote-scripts/ConfigureSRIOV.sh index 789400b..68fa361 100644 --- a/remote-scripts/ConfigureSRIOV.sh +++ b/remote-scripts/ConfigureSRIOV.sh @@ -6,7 +6,7 @@ if [[ $bootLogs =~ "Data path switched to VF" ]]; then echo "DATAPATH_SWITCHED_TO_VF" else - wget https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/tools/hv/bondvf.sh + wget https://raw.githubusercontent.com/torvalds/linux/master/tools/hv/bondvf.sh chmod +x ./bondvf.sh ./bondvf.sh cp bondvf.sh /etc/init.d