Skip to content

Comments

Fix installer: remove double quotes from chown and chmod executions (saiku)#49

Open
cipher-fox wants to merge 1 commit intoopenforis:masterfrom
cipher-fox:fix-installer-saiku
Open

Fix installer: remove double quotes from chown and chmod executions (saiku)#49
cipher-fox wants to merge 1 commit intoopenforis:masterfrom
cipher-fox:fix-installer-saiku

Conversation

@cipher-fox
Copy link

@cipher-fox cipher-fox commented Aug 28, 2025

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.

This PR removes the double quotes from the chown and chmod arguments so that:

  • ~ expands correctly to the home directory.

In the installer, the installdir is hardcoded as "~/OpenForis", so it is safe to remove the double quotes around the path.

Error reproduced on macOS Sequoia (15.6.1 (24G90))

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant