From d1f4944a095ce0b01947016562409a1122538780 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Mon, 16 Apr 2018 10:07:51 -0600 Subject: [PATCH] Changed linux std user name to tech * Prevent build failure when ${KIT_NAME_SHORT} starts with a digit --- Build Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build Linux b/Build Linux index 26e70919..3a50b9af 100755 --- a/Build Linux +++ b/Build Linux @@ -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)