Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install aborts when zip file name has parenthesis "(" in it. #221

Open
z92127 opened this issue Jan 11, 2017 · 1 comment
Open

Install aborts when zip file name has parenthesis "(" in it. #221

z92127 opened this issue Jan 11, 2017 · 1 comment

Comments

@z92127
Copy link

z92127 commented Jan 11, 2017

When installing, I used a downloaded ZIP file from Oracle that had a (1) in the file name and the install failed. No errors were given, it just aborted. The file that caused the error is shown below. I renamed the file and removed the (1) and the install completed successfully.

#Assuming the file is placed in the /tmp folder on the machine
OOS_ORACLE_FILE_URL=file:///tmp/ords.3.0.9.348.07.16(1).zip

@janihur
Copy link

janihur commented Jan 11, 2017

jani@mba:~$ foo=foo.zip
jani@mba:~$ foo=foo(1).zip
-bash: syntax error near unexpected token `('
jani@mba:~$ foo="foo(1).zip"
jani@mba:~$

Add the quotes to the examples in README and config.properties "template"-file ?

OOS_ORACLE_FILE_URL="CHANGEME"

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

No branches or pull requests

2 participants