From 1cc2365cf129500cc38e1fcc6b473b79af99d513 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 3 Dec 2019 16:17:47 -0500 Subject: [PATCH] New Setup Script - Fix Path --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 329c18b1b..d12ad6181 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -bash setup/so-setup.sh network +cd setup && bash so-setup.sh network