diff --git a/setup/so-setup b/setup/so-setup index 22840831e..375682a08 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -97,11 +97,11 @@ if [[ $is_analyst ]]; then if [[ ! $is_centos ]]; then echo "Analyst Workstation is only supported on CentOS 7" exit 1 - fi + fi if ! whiptail_analyst_install; then # Lets make this a standalone - echo "Enabling X Windows and setting it to load at boot" + echo "Enabling graphical interface and setting it to load at boot" systemctl set-default graphical.target startx exit 0 @@ -722,9 +722,9 @@ echo "1" > /root/accept_changes if [[ ! $is_analyst ]]; then host_pillar >> $setup_log 2>&1 fi - if [[ $is_analyst ]]; then - analyst_workstation_pillar - fi + if [[ $is_analyst ]]; then + analyst_workstation_pillar + fi ntp_pillar >> $setup_log 2>&1