add additional test modes

This commit is contained in:
Jason Ertel
2023-09-01 16:27:02 -04:00
parent 335aaa5594
commit 863db14b61

View File

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