aboutsummaryrefslogtreecommitdiffstats
path: root/inject.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inject.sh')
-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