mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] export TURBO var so it can be used from so-setup
This commit is contained in:
@@ -959,7 +959,7 @@ parse_options() {
|
||||
local proxy
|
||||
proxy=$(echo "$1" | tr -d '"' | awk -F'--turbo=' '{print $2}')
|
||||
proxy_url="http://$proxy"
|
||||
TURBO="$proxy_url"
|
||||
export TURBO="$proxy_url"
|
||||
else
|
||||
echo "turbo is not supported on this install type" >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user