Forgot to remove debugging stuff that stops the script from running.

This commit is contained in:
Storm Dragon 2021-05-12 03:01:35 -04:00
parent 4cd94563ee
commit bc532a5f0b

View File

@ -93,7 +93,6 @@ if [[ "$1" == "-r" || "$1" == "--register" ]]; then
register $voice register $voice
fi fi
exit 0
# make sure the ~/Downloads directory exists. # make sure the ~/Downloads directory exists.
mkdir -p ~/Downloads mkdir -p ~/Downloads