[fix] Add correct PATH location in so-setup

This commit is contained in:
William Wernert
2020-04-14 14:01:26 -04:00
parent 8fdc2a59c2
commit 2ca8d4ed9e

View File

@@ -36,7 +36,7 @@ case "$install_type" in
esac esac
# 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"
# Reset the Install Log # Reset the Install Log