X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/556e7d3bac7cfbac0489cdf2471751035617364f..8e3c8f1a0a5ba3e52bb62bd8c4820e9ae28b35e7:/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 "$@"