home · contact · privacy
Fix crash on "!" message.
[plomlombot-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index da41d43552696cdf3a0f1162a24c3b92d0dcf5b4..1687ae91e5babf1cc3f81e9cdb690c9a3fc11d80 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -9,8 +9,8 @@ DIR_ENV=.temp_env
 pyvenv $DIR_ENV 
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
-set +e
 echo
+set +e
 python3 plomlombot.py "$@"
 set -e
 deactivate