From 6b7a8e1fcd3db82d78a5625d24096cad5c36d17a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 19 Jan 2023 12:53:24 -0500 Subject: [PATCH] fix verify path --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index ad4f57d55..fb19a9120 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -585,7 +585,7 @@ if ! [[ -f $install_opt_file ]]; then fi checkin_at_boot set_initial_firewall_access - so-verify $setup_type + ./so-verify $setup_type else touch /root/accept_changes mkdir -p /opt/so @@ -608,7 +608,7 @@ if ! [[ -f $install_opt_file ]]; then configure_minion "$minion_type" drop_install_options checkin_at_boot - so-verify $setup_type + ./so-verify $setup_type fi # Need to make sure the latest install is located on the web server of the manager to check the versions and donwload the code if required