diff --git a/setup/so-functions b/setup/so-functions index 7edf1a4df..96ae8a0db 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -149,7 +149,7 @@ analyst_salt_local() { logCmd "yum -y update --exclude=salt*" logCmd "systemctl enable salt-minion" - salt-call state.apply workstation --local --file-root=$temp_install_dir/salt/ -l info + logCmd "salt-call state.apply workstation --local --file-root=$temp_install_dir/salt/ -l info" }