X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/556e7d3bac7cfbac0489cdf2471751035617364f..664281ac35f37dcc61d4e88f2a8a5426d269e295:/bin/flexget diff --git a/bin/flexget b/bin/flexget index e8432ac..85de583 100755 --- a/bin/flexget +++ b/bin/flexget @@ -1,6 +1,6 @@ #!/usr/bin/env bash -cmd="sudo podman exec systemd-flexget flexget" +cmd="sudo podman exec -e COLUMNS=$(tput cols) systemd-flexget flexget" if [[ "$(hostname)" = "deepthought" ]]; then $cmd "$@"