From d06e06891b96e962107aabb6656e6e460a4443d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 12 Jul 2010 22:15:31 +0200 Subject: [PATCH] fix yum install command --- system/hooks/slice/traceroutes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hooks/slice/traceroutes.pl b/system/hooks/slice/traceroutes.pl index fdb0406..54a1e2b 100755 --- a/system/hooks/slice/traceroutes.pl +++ b/system/hooks/slice/traceroutes.pl @@ -36,7 +36,7 @@ if ($traceroute !~ /^\//) { if (!-e "$ttraceroute") { print $ttraceroute."\n"; print "[OOPS] TCPtraceroute not found. Installing... \n"; - system("yum -y tcptraceroute"); + system("yum -y install tcptraceroute"); if (!-e "$ttraceroute") { print "[FAILED] TCPtraceroute could not be installed. Test failed.\n"; } -- 2.43.0