changed format for pretty_date

This commit is contained in:
pyr0ball 2022-03-23 12:26:21 -07:00
parent 43a01765b6
commit 4129c23d3b

View file

@ -5,7 +5,7 @@
scriptname="${0##*/}" scriptname="${0##*/}"
rundir="${0%/*}" rundir="${0%/*}"
runuser="$(whoami)" runuser="$(whoami)"
pretty_date="`date +%Y-%m-%d_%H-%M-%S`" pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"
# Escape characters (if your shell uses a different one, you can modify it here) # Escape characters (if your shell uses a different one, you can modify it here)
# By default this is using the usual bash escape code # By default this is using the usual bash escape code