mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Add correct PATH location in so-setup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user