diff --git a/files/copr/delete-forgotten-instances.pl b/files/copr/delete-forgotten-instances.pl index 31cd012e7c..8aa5d41f78 100644 --- a/files/copr/delete-forgotten-instances.pl +++ b/files/copr/delete-forgotten-instances.pl @@ -7,8 +7,8 @@ while (chomp($a = qx(ps ax |grep -v 'sh -c ps ax' |grep /home/copr/provision/bu sleep 5; } -#print qx(ps ax |grep ' 172.16.3.' |awk '{ print \$32 }'); -@IPs = split('\s+', qx(ps ax |grep ' 172.16.3.' |awk '{ print \$32 }')); +#print qx(ps ax |grep ' 172.16.3.' |awk '{ print \$33 }'); +@IPs = split('\s+', qx(ps ax |grep ' 172.16.3.' |awk '{ print \$33 }')); #print "Running instances\n"; #print join(", ", @IPs), "\n";