It appears the commandbox.properites files is getting ignored on OSX Catalina when using CommandBox version 5.1.1
OR…
I’m simply doing something wrong. Here’s the setup:
Binary: /usr/local/bin/box
Created: commandbox.properties file in the /usr/local/bin directory
The files contains:
commandbox_home=/Users/Shared/CommandBox
When I start box w/
$> box -commandbox_home=/Users/Shared/CommandBox
The ‘info’ command displays as expected
- CommandBox Binary /usr/local/bin/box *
- CommandBox Home /Users/Shared/CommandBox
But when I start box w/out the command_home parameter, ‘info’ displays:
- CommandBox Binary /usr/local/bin/box *
- CommandBox Home /Users/jasondaiger/.CommandBox
Is there a permissions issue? Do I have the properties file in the wrong location? Or something?
Any advice/assistance is appreciated.
Thanks,
-Jason Daiger