Past version of the script did not work for zip_audio_part_2.tar.gz due to wrong format.
Hello @kwilk90 , thank you for reporting this issue.
We have fixed the .sh
can you try for the tar.gz
tar.gz
# Tar zip_audio_part_2.tar.gz into TARGET_DIR echo "Extracting zip_audio_part_2.zip..." tar -xvzf zip_audio_part_2.tar.gz -C "$TARGET_DIR"
· Sign up or log in to comment