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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user