Update prepare.sh

This commit is contained in:
zr_jin 2023-09-02 21:06:59 +08:00
parent ecffd6ce93
commit 12fec1470e

View File

@ -256,6 +256,7 @@ if [ $stage -le 12 ] && [ $stop_stage -ge 12 ]; then
if [ ! -d $dl_dir/KeSpeech ]; then if [ ! -d $dl_dir/KeSpeech ]; then
log "Abort! Please download KeSpeech first." log "Abort! Please download KeSpeech first."
log "KeSpeech download link: https://github.com/KeSpeech/KeSpeech" log "KeSpeech download link: https://github.com/KeSpeech/KeSpeech"
exit 1
fi fi
if [ ! -f data/manifests/.kespeech.done ]; then if [ ! -f data/manifests/.kespeech.done ]; then