From 110fc17388cecc0c6b9b9a7d1b3f752969b84f6a Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Sun, 11 Jun 2017 17:36:20 +0100 Subject: Fixed typo that completely broke it !facepalm --- pacman2pacman-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman2pacman-get b/pacman2pacman-get index 1ca47c1..265863b 100644 --- a/pacman2pacman-get +++ b/pacman2pacman-get @@ -211,7 +211,7 @@ then until [[ "${progress}" == '100%' ]] do # This finds the line with the percent done. - progress=$(transmission-remote -t "113" -i | grep '[[:digit:]]%$' | head -1) + progress=$(transmission-remote -t "${id}" -i | grep '[[:digit:]]%$' | head -1) progress="${progress##* }" # Remove stuff we don't want # If we're still at 0.0% after ${webseed_check_after} attempts -- cgit v1.2.2