make photo dir writable

This commit is contained in:
2023-06-25 20:51:24 +02:00
parent c156e99804
commit 4236af8e13

View File

@@ -35,6 +35,7 @@ elif [[ -f "$PHOTOS" ]]; then
exit 1 exit 1
else else
mkdir -p "$PHOTOS" mkdir -p "$PHOTOS"
chown ubuntu:ubuntu "$PHOTOS"
fi fi
# install docker # install docker