From 9eee99e24470b812ee6c96cc812710c822b64724 Mon Sep 17 00:00:00 2001
From: 1024x2
Date: Sat, 27 Apr 2024 11:08:49 +0100
Subject: Minor tweak

---
 inject.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inject.sh b/inject.sh
index c78be30..5e99256 100755
--- a/inject.sh
+++ b/inject.sh
@@ -32,7 +32,7 @@ else
 	fi
 fi
 
-if [ ! -e "$discord/resources" ]; then
+if [ ! -d "$discord/resources" ]; then
 	echo "Directory does not exist: $discord/resources" 2>&1
 	exit 1
 elif [ ! -w "$discord/resources" ]; then
-- 
cgit v1.2.3