This commit is contained in:
2025-06-30 12:28:45 -05:00
parent 4375b82f55
commit fd9c50d151

View File

@@ -4,7 +4,7 @@ export CURRENT_TIMESTAMP
CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)" CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)"
export LOGFILENAME export LOGFILENAME
LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$" LOGFILENAME="${BASH_SOURCE[0]}.${CURRENT_TIMESTAMP}.$$"
# Standard strict mode and error handling boilderplate... # Standard strict mode and error handling boilderplate...