removed extraction service debugging

This commit is contained in:
Patrick McGuire
2021-09-29 19:27:40 -04:00
parent 9c185d49a2
commit ae0b914f87
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Exit when any command fails
set -x
#set -x
set -e
# Keep track of the last executed command
trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG