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