fixed functions reference pointer

This commit is contained in:
pyr0ball 2022-08-26 22:27:26 -07:00
parent a090f313c7
commit 2bf34b40c5

View file

@ -1,7 +1,7 @@
#!/bin/bash
# initial vars
rundir=${0%/*}
source ${rundir}/functions
source ${rundir}/pyr0-bash-functions/functions
scriptname=${0##*/}
runuser=$(whoami)