diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer index d4ab6b8e97..16ebcebf8f 100755 --- a/packages/tools/installer/scripts/installer +++ b/packages/tools/installer/scripts/installer @@ -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"