Changed linux std user name to tech

* Prevent build failure when ${KIT_NAME_SHORT} starts with a digit
This commit is contained in:
2Shirt 2018-04-16 10:07:51 -06:00
parent c18d86d8c5
commit d1f4944a09

View file

@ -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)