added absolute path variable
This commit is contained in:
parent
4536a6ebaa
commit
6b66ff11b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue