From 2bf34b40c541992a1e86e80ba03ae2cebe3e2770 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 26 Aug 2022 22:27:26 -0700 Subject: [PATCH] fixed functions reference pointer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9ffe958..890ff6a 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # initial vars rundir=${0%/*} -source ${rundir}/functions +source ${rundir}/pyr0-bash-functions/functions scriptname=${0##*/} runuser=$(whoami)