mirror of
https://git.1024x2.xyz/1024x2/vexcord.git
synced 2025-04-19 21:16:30 +02:00
Minor tweak
This commit is contained in:
parent
7f89899799
commit
9eee99e244
@ -32,7 +32,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "$discord/resources" ]; then
|
if [ ! -d "$discord/resources" ]; then
|
||||||
echo "Directory does not exist: $discord/resources" 2>&1
|
echo "Directory does not exist: $discord/resources" 2>&1
|
||||||
exit 1
|
exit 1
|
||||||
elif [ ! -w "$discord/resources" ]; then
|
elif [ ! -w "$discord/resources" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user