Update install_server_setup.sh
This commit is contained in:
parent
68108dac3b
commit
5eb81c5a9f
1 changed files with 2 additions and 2 deletions
|
|
@ -401,8 +401,8 @@ main() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Niko (optional)
|
# Niko (optional)
|
||||||
if prompt_yn "Create user 'Niko' (full: 'Niko Andreopoulos') and assign your key?" Y; then
|
if prompt_yn "Create user 'niko' (full: 'Niko Andreopoulos') and assign your key?" Y; then
|
||||||
create_user_if_needed "Niko" "Niko Andreopoulos"
|
create_user_if_needed "niko" "Niko Andreopoulos"
|
||||||
set_user_password "Niko"
|
set_user_password "Niko"
|
||||||
local NIKO_KEY="${NIKO_SSH_PUBKEY:-}"
|
local NIKO_KEY="${NIKO_SSH_PUBKEY:-}"
|
||||||
if [[ -z "$NIKO_KEY" ]] && prompt_yn "Paste an SSH public key for Niko?" Y; then
|
if [[ -z "$NIKO_KEY" ]] && prompt_yn "Paste an SSH public key for Niko?" Y; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue