mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Echo with newline when setting privacy level
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
6a26a05dbf
commit
5d0d7336ff
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ setPrivacyLevel() {
|
|||
# Get the user's choice
|
||||
PRIVACY_LEVEL=$("${LevelCommand[@]}" "${LevelOptions[@]}" 2>&1 >/dev/tty) || (echo -e " ${COL_LIGHT_RED}Cancel was selected, exiting installer${COL_NC}" && exit 1)
|
||||
|
||||
echo -en " ${INFO} Privacy level ${PRIVACY_LEVEL}"
|
||||
echo -e " ${INFO} Privacy level ${PRIVACY_LEVEL}"
|
||||
}
|
||||
|
||||
# Function to ask the user if they want to install the dashboard
|
||||
|
|
Loading…
Reference in a new issue