[fix] Standardize input prompts

* All prompts that are questions end in "?"
* All other prompts end in ":"
* Any additional sentences after a prompt follow normal grammatical rules for punctuation
This commit is contained in:
William Wernert
2020-10-13 09:45:32 -04:00
parent ad50b5d640
commit f5ea8325fe
2 changed files with 43 additions and 43 deletions

View File

@@ -99,7 +99,7 @@ add_manager_hostfile() {
echo "Checking if I can resolve manager. If not add to hosts file" >> "$setup_log" 2>&1
# Pop up an input to get the IP address
MSRVIP=$(whiptail --title "Security Onion Setup" --inputbox \
"Enter your Manager Server IP Address" 10 60 X.X.X.X 3>&1 1>&2 2>&3)
"Enter your Manager Server IP Address:" 10 60 X.X.X.X 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus