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