Skip to content

OSX startup script bug #101

Description

@mwlazlo

Hi,

In IBControllerGatewayStart-OSX.sh:

APP=GATEWAY
...
"${IBC_PATH}/Scripts/DisplayBannerAndLaunch.sh" &

$APP is never exported to the environment of DisplayBannerAndLaunch.sh

Fix is to export $APP:

APP=GATEWAY
export APP

This bug also present in IBControllerStart-OSX.sh

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions