diff options
author | 1024x2 | 2024-04-27 11:08:49 +0100 |
---|---|---|
committer | 1024x2 | 2024-04-27 11:08:49 +0100 |
commit | 9eee99e24470b812ee6c96cc812710c822b64724 (patch) | |
tree | dd2bc040c0a20fc063f7887921ed19750c87dfa7 | |
parent | 7f898997994e34bff7a4f2b2f81fdc7b9a8e81bf (diff) |
Minor tweak
-rwxr-xr-x | inject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |