diff options
Diffstat (limited to 'common/scripts/service-check-gfx.sh')
-rwxr-xr-x | common/scripts/service-check-gfx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 825ed7a..e4804e3 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -2,6 +2,7 @@ export LANG=C export TERM=dumb +export COLUMNS=1000 while getopts ":b:d:" option; do case "${option}" in |