Merge pull request #429 from SylveonBottle/patch-2

lol I think I forgot something
This commit is contained in:
LightCat 2018-05-09 19:10:11 +02:00 committed by GitHub
commit febffa224c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if ! [ -d "$1" ]; then
if ! [ -d "/opt/cathook/data" ]; then
echo "Creating cathook data directory at /opt/cathook/data"
mkdir -p "/opt/cathook/data"
chown -R $USER "/opt/cathook/data"