Need to overwrite data file with updated paths
This commit is contained in:
parent
82a7d598fe
commit
a6cb4ec856
|
@ -45,3 +45,6 @@ if [ ! -f "${UNZIPPED}/data.yaml" ]; then
|
|||
rm "${DEST}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
FULLDEST=$(realpath "${DEST}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue