.
This commit is contained in:
@@ -6,7 +6,6 @@ CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)"
|
|||||||
export LOGFILENAME
|
export LOGFILENAME
|
||||||
LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$"
|
LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$"
|
||||||
|
|
||||||
touch $LOGFILENAME
|
|
||||||
|
|
||||||
# Standard strict mode and error handling boilderplate...
|
# Standard strict mode and error handling boilderplate...
|
||||||
|
|
||||||
@@ -502,6 +501,8 @@ print_info "Completed running "$FUNCNAME""
|
|||||||
# RUn the various functions in the correct order
|
# RUn the various functions in the correct order
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
|
echo > $LOGFILENAME
|
||||||
|
|
||||||
print_info "Execution starting at $CURRENT_TIMESTAMP..."
|
print_info "Execution starting at $CURRENT_TIMESTAMP..."
|
||||||
|
|
||||||
PreflightCheck
|
PreflightCheck
|
||||||
|
Reference in New Issue
Block a user