From 5ed7361e3a9c38a86d08cac78e35068172b30dc7 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Apr 2022 15:14:06 -0400 Subject: [PATCH] Add more whiptail menus --- setup/so-functions | 4 ++-- setup/so-setup | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 63da982a3..accc0e991 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2440,8 +2440,8 @@ securityonion_repo() { # update this package because the repo config files get added back # if the package is updated when the update_packages function is called logCmd "yum -v -y update centos-release" - echo "Move the .repo files that were added by the centos-release package." - find /etc/yum.repos.d/ -type f -not -name 'securityonion*repo' -print0 | xargs -0 -I {} mv -bvf {} /root/oldrepos/ + echo "Backing up the .repo files that were added by the centos-release package." + logCmd "find /etc/yum.repos.d/ -type f -not -name 'securityonion*repo' -print0 | xargs -0 -I {} mv -bvf {} /root/oldrepos/" logCmd "yum repolist all" fi else diff --git a/setup/so-setup b/setup/so-setup index 46f95b3e3..19c97b252 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -112,6 +112,9 @@ if [[ $is_analyst ]]; then fi else if whiptail_analyst_nongrid_network; then + echo "" + echo "" + echo "Kicking off the automated setup of the analyst workstation. This can take a while depending on your network connection." analyst_salt_local else # Abort!