Need to overwrite data file with updated paths

This commit is contained in:
Matt McWilliams 2023-06-23 20:36:38 -04:00
parent 82a7d598fe
commit a6cb4ec856
1 changed files with 4 additions and 1 deletions

View File

@ -44,4 +44,7 @@ if [ ! -f "${UNZIPPED}/data.yaml" ]; then
rm -rf "${UNZIPPED}"
rm "${DEST}"
exit 1
fi
fi
FULLDEST=$(realpath "${DEST}")