removing unneeded scripts and adding extractions to logging

This commit is contained in:
mcguirepr89
2022-02-15 13:48:05 -05:00
parent 443b8984f1
commit 073e718cac
22 changed files with 42 additions and 130 deletions
+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