fixed functions reference pointer
This commit is contained in:
parent
a090f313c7
commit
2bf34b40c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# initial vars
|
||||
rundir=${0%/*}
|
||||
source ${rundir}/functions
|
||||
source ${rundir}/pyr0-bash-functions/functions
|
||||
scriptname=${0##*/}
|
||||
runuser=$(whoami)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue