Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Start + Stop Script Using Wrong Shebang #2

@DiCanio

Description

@DiCanio

The script files start-develop.sh and stop-develop.sh are using the following shebang: #!/bin/sh.
However, the scripts itself are not shell independent. This is because bash-specific substitutions are used.

Thus, we should explicitly state within the shebang that these scripts have to be ran with a bash (#!/usr/bin/env bash). Otherwise this will lead to problems down the line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions