From 7e177317ae727c43bbd1f4435dea35b1035dedca Mon Sep 17 00:00:00 2001 From: SylveonBottle Date: Wed, 9 May 2018 11:16:24 -0500 Subject: [PATCH] lol I think I forgot something --- install-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-data b/install-data index 959720f1..db52c503 100755 --- a/install-data +++ b/install-data @@ -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"