We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7777312 commit fdb7099Copy full SHA for fdb7099
bin/roon
@@ -797,6 +797,10 @@ ROONETC=${ROON}/etc
797
ROON_INI=${ROONETC}/roon_api.ini
798
ROONCONF=${ROONETC}/pyroonconf
799
LOCAL=false
800
+
801
+# Set a default TERM if one not already set
802
+[ "${TERM}" ] || export TERM="vt100"
803
804
BOLD=$(tput bold 2>/dev/null)
805
NORMAL=$(tput sgr0 2>/dev/null)
806
@@ -2813,7 +2817,7 @@ shuffled=
2813
2817
fi
2814
2818
2815
2819
}
2816
-
2820
2821
if [ "${open_roon_gui}" ]; then
2822
[ -x ${ROON}/bin/roongui ] && ${ROON}/bin/roongui
2823
else
0 commit comments