MACOS: Stuck on "You must enter a domain name!" #5

Closed
opened 2024-05-22 23:10:25 +00:00 by Tom van der Laan · 4 comments

After a while running through the configuration i get stuck on this error screen:

After a while running through the configuration i get stuck on this error screen:
Author
Member

I've done some debugging here and it seems changing a string to upper and lower case like this is a no go on macos: ${VDM_KEY^^} , ${VDM_KEY,,}.

I've not created a function to convert to upper or lowercase with the help of chatGPT and that fixes the issues.

I've done some debugging here and it seems changing a string to upper and lower case like this is a no go on macos: ${VDM_KEY^^} , ${VDM_KEY,,}. I've not created a function to convert to upper or lowercase with the help of chatGPT and that fixes the issues.
Author
Member

Hmm Figured out why we had this issue. On macos it defaults use ZSH as the terminal. But you can load bash. But default bash is 3.2 and that feature you're using is since bash 4.0 so i had to use homebrew to install a newer bash version.

Hmm Figured out why we had this issue. On macos it defaults use ZSH as the terminal. But you can load bash. But default bash is 3.2 and that feature you're using is since bash 4.0 so i had to use homebrew to install a newer bash version.
Author
Member

Ok i got past this issue by enabling newest bash with homebrew.

Ok i got past this issue by enabling newest bash with homebrew.
Owner

We should add a check so that it can give you this heads-up...

We should add a check so that it can give you this heads-up...
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: octoleo/octojoom#5
No description provided.