support minion node descriptions containing spaces

This commit is contained in:
Jason Ertel
2026-04-13 15:19:39 -04:00
parent 81afbd32d4
commit 5634aed679
2 changed files with 3 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ if [ -n "$test_profile" ]; then
WEBUSER=onionuser@somewhere.invalid
WEBPASSWD1=0n10nus3r
WEBPASSWD2=0n10nus3r
NODE_DESCRIPTION="${HOSTNAME} - ${install_type}"
update_sudoers_for_testing
fi