mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 14:18:40 +02:00
[fix] Don't redirect entire download function to setup log
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ if ! [ -f /root/install_opt ]; then
|
||||
if [[ $is_minion ]] && ! (compare_versions); then
|
||||
info "Installer version mismatch, downloading correct version from manager"
|
||||
echo "$install_type" > /root/install_opt
|
||||
download_repo_tarball >> "$setup_log" 2>&1
|
||||
download_repo_tarball
|
||||
exec bash /root/manager_setup/securityonion/setup/so-setup "$@"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user