Fix if statement error

This commit is contained in:
The Cobra 2022-03-01 15:28:15 -05:00
parent d2662f5ff4
commit 1a94266776
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
if [ "$TERM" = "vt102" || "$TERM" = "linux" ]; then
if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then
/bin/echo -e "
\e]P0000000
\e]P1ff0000