diff --git a/salt/common/tools/sbin_jinja/so-desktop-install b/salt/common/tools/sbin_jinja/so-desktop-install index 716a1b8f9..448421f8e 100755 --- a/salt/common/tools/sbin_jinja/so-desktop-install +++ b/salt/common/tools/sbin_jinja/so-desktop-install @@ -26,7 +26,7 @@ if [ -f "$pillar_file" ]; then echo "## _______________________________ ##" echo "## ##" echo "## Installing the Security Onion ##" - echo "## Desktop node on this device will ##" + echo "## Desktop on this device will ##" echo "## make permanent changes to ##" echo "## the system. ##" echo "## A system reboot will be required ##" @@ -55,7 +55,7 @@ if [ -f "$pillar_file" ]; then echo "Applying the desktop state. This could take some time since there are many packages that need to be installed." if salt-call state.apply desktop -linfo queue=True; then # make sure the state ran successfully echo "" - echo "Desktop desktop has been installed!" + echo "Security Onion Desktop has been installed!" echo "Press ENTER to reboot or Ctrl-C to cancel." read pause