Fork of official Bluesky PDS (Personal Data Server).

add missing sed line from install.sh to update.sh (#293)

authored by

Alex Garnett and committed by
GitHub
fbae8ba7 7b1d82d5

+2
+2
pdsadmin/update.sh
··· 20 20 --output "${COMPOSE_TEMP_FILE}" \ 21 21 "${COMPOSE_URL}" 22 22 23 + sed --in-place "s|/pds|${PDS_DATADIR}|g" "${PDS_DATADIR}/compose.yaml" 24 + 23 25 if cmp --quiet "${COMPOSE_FILE}" "${COMPOSE_TEMP_FILE}"; then 24 26 echo "PDS is already up to date" 25 27 rm --force "${COMPOSE_TEMP_FILE}"