Added support for argument ALTERNATIVE_PATH - #38
Conversation
|
Also, the way the arguments are parsed (with eval), a path containing a space needs to be both quoted and have all spaces escaped. |
|
Sorry for the delayed response, but as you can see, we’ve brought the project out of hibernation. |
|
You're right. This opens up for mistakes. |
|
We are still discussing what should be the core functionality of the script and what can be excluded for rare cases. Admins can always create custom labels for their specific environments and custom paths. |
|
Could valuesfromarguments be an alternative to alternate_path? #74 |
|
I tested this by
|
I realised that we're using alternative paths for some of our apps deployed using Installomator. Mainly to place them in a user writable director for non-admin users.
To be able to uninstall them, we therefore need to be able to change the app default path.
N.B. this is dependant on #24. Maybe time to do some merging of approved PR's?