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