bash: Fixed jaaj startup command not being configured to use dotacat

This commit is contained in:
GaspardCulis 2024-02-16 15:08:48 +01:00
parent dc9169c19e
commit 98d6cb2dd5

View file

@ -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