mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
installer: add SSH description
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5a45c3555f
commit
eb33f377c8
@ -379,7 +379,7 @@ prompt_ssh() {
|
|||||||
# uses:
|
# uses:
|
||||||
# provides: SSH
|
# provides: SSH
|
||||||
MSG_TITLE="\Z1[ Enable SSH Server on start ]\Zn"
|
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"
|
DIALOG_OPTIONS="--defaultno"
|
||||||
if dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" $DIALOG_OPTIONS --yesno "$MSG_DETAIL" 0 0; then
|
if dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" $DIALOG_OPTIONS --yesno "$MSG_DETAIL" 0 0; then
|
||||||
SSH="1"
|
SSH="1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user