[fix] Don't redirect entire download function to setup log

This commit is contained in:
William Wernert
2020-12-10 13:26:19 -05:00
parent 21e107f2e8
commit 8302119756
2 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -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