add info about the password
This commit is contained in:
parent
dec63bf34a
commit
953d9f0527
@ -31,5 +31,10 @@
|
|||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "Show Livebook password: `cat /opt/livebook.creds`",
|
||||||
|
"type": "info"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -99,6 +99,9 @@ msg_ok "Set ownership and permissions"
|
|||||||
systemctl enable -q --now livebook
|
systemctl enable -q --now livebook
|
||||||
msg_ok "Installed Livebook"
|
msg_ok "Installed Livebook"
|
||||||
|
|
||||||
|
msg_info "Livebook password stored in /opt/livebook.creds"
|
||||||
|
msg_ok "Installation completed successfully"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user