Skip to content

OSX startup script bug #101

@mwlazlo

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

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