Update so-setup

This commit is contained in:
Mike Reeves
2023-05-04 15:30:44 -04:00
committed by GitHub
parent dbb1b82e1b
commit a64eb0ba97

View File

@@ -239,7 +239,8 @@ esac
# Allow execution of SO tools during setup # Allow execution of SO tools during setup
local_sbin="$(pwd)/../salt/common/tools/sbin" local_sbin="$(pwd)/../salt/common/tools/sbin"
export PATH=$PATH:$local_sbin manager_sbin="$(pwd)/../salt/manager/tools/sbin"
export PATH=$PATH:$local_sbin:$manager_sbin
# Ubuntu whiptail pallete to make it look the same as CentOS and Rocky. # Ubuntu whiptail pallete to make it look the same as CentOS and Rocky.
set_palette >> $setup_log 2>&1 set_palette >> $setup_log 2>&1