-
Notifications
You must be signed in to change notification settings - Fork 106
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
running ./build.sh results in bash complaining about invalid option #1
Comments
@Soukyuu, what version of bash --version Reply with your version number. Then try this to see if you get an error: bash -O extglob |
bash is
and
does not throw an error (doesn't display anything). I tried updating it to 4.3.22 and nothing changed. |
That's odd, @Soukyuu -- I was able to reproduce the error on Ubuntu. I changed build.sh -- see if the new version works for you. |
it is running now, @jeffreywescott, thanks! |
Hi. We are trying to run a script to restart all weblogic instances on rhel 7 but the log show next error: /etc/init.d/cognos restartall > /opt/cognos/cron_restart.log 2>&1 LOG FILE: How can I fix it? i have: uname -r3.10.0-693.21.1.el7.x86_64 |
Following the directions on the main page,
gives this:
I also tried running it with sh build.sh, but then it goes
It might be something obvious, but I'm rather new to linux.
The text was updated successfully, but these errors were encountered: