From bc532a5f0bdaa3bd6847d476e2eb1ae5d3527d41 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 12 May 2021 03:01:35 -0400 Subject: [PATCH] Forgot to remove debugging stuff that stops the script from running. --- speech/install_cepstral.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/speech/install_cepstral.sh b/speech/install_cepstral.sh index c356598..7e6bf49 100755 --- a/speech/install_cepstral.sh +++ b/speech/install_cepstral.sh @@ -93,7 +93,6 @@ if [[ "$1" == "-r" || "$1" == "--register" ]]; then register $voice fi -exit 0 # make sure the ~/Downloads directory exists. mkdir -p ~/Downloads