From e2c9184b2968678cfbef22d53112ac58892d30cd Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 7 Jul 2020 08:45:28 -0400 Subject: [PATCH] [fix][refactor] Don't use relative path in so-setup-network --- so-setup-network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network b/so-setup-network index 2528ff14b..801782ad4 100755 --- a/so-setup-network +++ b/so-setup-network @@ -15,6 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -cd setup || exit +cd "$(dirname "$0")/setup" || exit 255 ./so-setup network "$@"