From 2e061e080aa8b7101e3d136b07792e8b250ce1b1 Mon Sep 17 00:00:00 2001 From: Emyll Almonte Date: Wed, 30 Nov 2022 19:22:59 -0500 Subject: [PATCH] Update install.sh `-f` which is for file was used instead of `-d` for directory --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index e9f5dc7a..66dc28cc 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -133,7 +133,7 @@ if [ -z "${REPOSITORY}" ]; then fi fi -if [ ! -f /home/${USER}/screenly ]; then +if [ ! -d /home/${USER}/screenly ]; then mkdir /home/${USER}/screenly fi