fix formatting

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

View File

@@ -101,7 +101,7 @@ if [[ $is_analyst ]]; then
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