From 6b66ff11b88f1ef324fa48648482e5fa6ae05ea8 Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Tue, 25 Oct 2022 14:27:59 -0700 Subject: [PATCH] added absolute path variable --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index 73ea552..d0ec8ad 100644 --- a/functions +++ b/functions @@ -5,6 +5,7 @@ functionsrev=1.1.0 scriptname="${0##*/}" rundir="${0%/*}" +rundir_absolute=$(cd `dirname $0` && pwd) runuser="$(whoami)" pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"