Revert debug mode

This commit is contained in:
Jean-Michel Picod
2020-02-25 09:58:52 +01:00
parent cd14738a2f
commit 51b0e0f48a

View File

@@ -17,7 +17,7 @@
export TERM=${TERM:-vt100}
done_text="$(tput bold)DONE.$(tput sgr0)"
set -ex
set -e
# Check that rustup and pip3 are installed
check_command () {