-
Notifications
You must be signed in to change notification settings - Fork 52
Make start-console script compatible with zsh #2592
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
Make start-console script compatible with zsh #2592
Conversation
| #!/usr/bin/env bash | ||
| #Please run this script under bash 4+ | ||
| set -euo pipefail | ||
| #!/bin/sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not zsh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would like to make it compatible with both
|
/retest |
7447a47 to
1dd9784
Compare
start-console.sh
Outdated
| [ -n "$pid" ] && kill -9 "$pid" | ||
|
|
||
|
|
||
| [ "$arg" = "monitoring-plugin" ] then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line needs to be changed back to:
if [ "$arg" = "monitoring-plugin" ]; then
1dd9784 to
f1b2a6a
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pcbailey, upalatucci The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |

📝 Description
is not compatible with zsh. Me and others use that