aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22024-04-27 11:08:49 +0100
committer1024x22024-04-27 11:08:49 +0100
commit9eee99e24470b812ee6c96cc812710c822b64724 (patch)
treedd2bc040c0a20fc063f7887921ed19750c87dfa7
parent7f898997994e34bff7a4f2b2f81fdc7b9a8e81bf (diff)
Minor tweak
-rwxr-xr-xinject.sh2
1 files changed, 1 insertions, 1 deletions
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