From 863db14b61b4d691ce38f7d28c2a47dc4fcf9b7b Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 1 Sep 2023 16:27:02 -0400 Subject: [PATCH] add additional test modes --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 99a7c672e..ce13af06b 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -201,7 +201,7 @@ if [ -n "$test_profile" ]; then if [[ "$install_type" =~ "DESKTOP" ]]; then is_desktop=true - hostname=desktop + HOSTNAME=desktop fi info "Activating test profile; profile=$test_profile; install_type=$install_type"