mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix formatting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user