From 4129c23d3b992c275070edc09c766701fd0005ee Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 23 Mar 2022 12:26:21 -0700 Subject: [PATCH] changed format for pretty_date --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index b1d12ab..2fa2a13 100644 --- a/functions +++ b/functions @@ -5,7 +5,7 @@ scriptname="${0##*/}" rundir="${0%/*}" 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) # By default this is using the usual bash escape code