fix formatting

This commit is contained in:
Mike Reeves
2022-04-01 16:05:37 -04:00
parent d20a07bb5f
commit 277c7d9d33

View File

@@ -97,11 +97,11 @@ if [[ $is_analyst ]]; then
if [[ ! $is_centos ]]; then if [[ ! $is_centos ]]; then
echo "Analyst Workstation is only supported on CentOS 7" echo "Analyst Workstation is only supported on CentOS 7"
exit 1 exit 1
fi fi
if ! whiptail_analyst_install; then if ! whiptail_analyst_install; then
# Lets make this a standalone # 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 systemctl set-default graphical.target
startx startx
exit 0 exit 0
@@ -722,9 +722,9 @@ echo "1" > /root/accept_changes
if [[ ! $is_analyst ]]; then if [[ ! $is_analyst ]]; then
host_pillar >> $setup_log 2>&1 host_pillar >> $setup_log 2>&1
fi fi
if [[ $is_analyst ]]; then if [[ $is_analyst ]]; then
analyst_workstation_pillar analyst_workstation_pillar
fi fi
ntp_pillar >> $setup_log 2>&1 ntp_pillar >> $setup_log 2>&1