Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Quickstart Step 5: open command in multistage-delivery.sh doesn't work on Linux #207

@vadasambar

Description

@vadasambar

if ! command -v open &> /dev/null

multistage-delivery.sh throws couldn't find a file descriptor referring to the console error here ^ when I run this script on my Ubuntu 16.04 LTS machine.

if ! command -v open &> /dev/null

Same error occurs here ^ as well

This is because open on Linux refers to some other command

$ man open
NAME
       openvt - start a program on a new virtual terminal (VT).
...

The equivalent command on Linux is xdg-open (SO thread on this issue)

$ man xdg-open
NAME
       xdg-open - opens a file or URL in the user's preferred application
...

Definition of done

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions