fixed rundir contexts
This commit is contained in:
parent
2012f9c847
commit
259fba76b8
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# pyr0ball script functions library
|
||||
|
||||
# Initial Vars
|
||||
functionsrev=1.1.8
|
||||
scriptname="${0##*/}"
|
||||
rundir="${0%/*}"
|
||||
functionsrev=1.1.9
|
||||
scriptname="${BASH_SOURCE[0]##*/}"
|
||||
rundir="${BASH_SOURCE[0]%/*}"
|
||||
rundir_absolute=$(cd $rundir && pwd)
|
||||
runuser="$(whoami)"
|
||||
pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue