From bf789c93d4339c42f4953b9687bce8800a248e32 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 22 Apr 2023 17:42:57 -0500 Subject: [PATCH] missed one --- pokeUpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokeUpdate b/pokeUpdate index a8d2f7a..e32eb4e 100755 --- a/pokeUpdate +++ b/pokeUpdate @@ -1,6 +1,6 @@ #!/bin/bash -DATADIR="/usr/share/fuzzy-pokedex-dev" +DATADIR="/usr/share/fuzzy-pokedex-dev/pokeData" declare -i WC WC=$(pokemon-colorscripts -l | wc | awk '{print $1}' )