bash: Fixed jaaj startup command not being configured to use dotacat
This commit is contained in:
parent
dc9169c19e
commit
98d6cb2dd5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
if command -v jaaj &> /dev/null && command -v lolcat &> /dev/null; then
|
||||
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
||||
jaaj
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue