Merge pull request #1673 from ealmonte32/patch-2

Update install.sh
This commit is contained in:
Viktor Petersson
2022-12-01 14:02:28 +00:00
committed by GitHub

View File

@@ -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