From 48bf5abbbd5d14403795cd6d49991a03eb39deaa Mon Sep 17 00:00:00 2001 From: rsxchin <68041324+rsxchin@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:39:02 -1000 Subject: [PATCH] Renamed config file --- bunny-connecter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bunny-connecter.sh b/bunny-connecter.sh index 19cc256d..d3806a8f 100755 --- a/bunny-connecter.sh +++ b/bunny-connecter.sh @@ -4,7 +4,7 @@ # License https://www.bashbunny.com/licence/software_licence.txt bbver=1 -BBSH_CONFIG=$(dirname $0)/bbsh_config.txt +BBSH_CONFIG=$(dirname $0)/bunny_connecter_config.txt if [ "$EUID" -ne 0 ] then echo "This Bash Bunny Connection script requires root."