From 033f5dbb9c57ee8c3d3bf7f345bfb90cb81932af Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 2 Nov 2020 14:25:46 -0500 Subject: [PATCH] [fix] Use (mostly) absolute path when adding to PATH --- setup/so-setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index d699e9f57..c88b3935f 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -114,7 +114,8 @@ case "$setup_type" in esac # Allow execution of SO tools during setup -export PATH=$PATH:../salt/common/tools/sbin +local_sbin="$(pwd)/../salt/common/tools/sbin" +export PATH=$PATH:$local_sbin detect_os && detect_cloud set_network_dev_status_list