Changed linux std user name to tech
* Prevent build failure when ${KIT_NAME_SHORT} starts with a digit
This commit is contained in:
parent
c18d86d8c5
commit
d1f4944a09
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ function run_elevated() {
|
|||
|
||||
function update_live_env() {
|
||||
hostname="$(echo "${KIT_NAME_SHORT}-linux" | tr "[:upper:]" "[:lower:]")"
|
||||
username="$(echo "${KIT_NAME_SHORT}tech" | tr "[:upper:]" "[:lower:]")"
|
||||
username="tech"
|
||||
label="${KIT_NAME_SHORT}_LINUX"
|
||||
|
||||
# Boot config (legacy)
|
||||
|
|
|
|||
Loading…
Reference in a new issue