lol I think I forgot something

This commit is contained in:
SylveonBottle 2018-05-09 11:16:24 -05:00 committed by GitHub
parent 3d585b434d
commit 7e177317ae
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"