When the installer is invoked from the terminal, the chown and chmod commands, saiku paths were wrapped in double quotes ("), which caused issues:
- Paths starting with ~ did not expand correctly to the user’s home directory.
PR opened fixing this: #49
When the installer is invoked from the terminal, the
chownandchmodcommands, saiku paths were wrapped in double quotes ("), which caused issues:PR opened fixing this: #49