terminal-run: fix debug mode '== unary operator'

pull/662/head
Botspot 4 years ago
parent efce41488f
commit 073257a1b9

@ -3,7 +3,8 @@
#$1 is the command to be run.
#$2 is the title.
#DEBUG=1
#set to 1 to display which terminal is being used
DEBUG=0
if [ -f /usr/bin/lxterminal ];then
lxterminal --title="$2" -e bash -c "$1"

Loading…
Cancel
Save