installer: add SSH description

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-05 16:04:53 +02:00
parent 5a45c3555f
commit eb33f377c8

View File

@ -379,7 +379,7 @@ prompt_ssh() {
# uses:
# provides: SSH
MSG_TITLE="\Z1[ Enable SSH Server on start ]\Zn"
MSG_DETAIL="Enable SSH server per default.\n...todo...."
MSG_DETAIL="Enable SSH server per default.\nYou should only enable SSH server if you know what you are doing."
DIALOG_OPTIONS="--defaultno"
if dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" $DIALOG_OPTIONS --yesno "$MSG_DETAIL" 0 0; then
SSH="1"