commented out arbitrary variables used in other scripts
This commit is contained in:
parent
58136f7b58
commit
b45fd99a02
1 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
# Initial Vars
|
# Initial Vars
|
||||||
functionsrev=1.1.9
|
functionsrev=1.1.9
|
||||||
scriptname="${BASH_SOURCE[0]##*/}"
|
#scriptname="${BASH_SOURCE[0]##*/}"
|
||||||
rundir="${BASH_SOURCE[0]%/*}"
|
#rundir="${BASH_SOURCE[0]%/*}"
|
||||||
rundir_absolute=$(cd $rundir && pwd)
|
#rundir_absolute=$(cd $rundir && pwd)
|
||||||
runuser="$(whoami)"
|
#runuser="$(whoami)"
|
||||||
pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"
|
pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"
|
||||||
short_date="$(date +%Y-%m-%d)"
|
short_date="$(date +%Y-%m-%d)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue