[fix] Add correct PATH location in so-setup

This commit is contained in:
William Wernert
2020-04-14 14:01:26 -04:00
parent 983e9476e6
commit 8fdd32f263

View File

@@ -30,7 +30,7 @@ else
fi fi
# Allow execution of SO tools during setup # Allow execution of SO tools during setup
export PATH=$PATH:../salt/common/tools/sbin export PATH=$PATH:"$SCRIPTDIR/../salt/common/tools/sbin"
# Global Variables # Global Variables
HOSTNAME=$(cat /etc/hostname) HOSTNAME=$(cat /etc/hostname)