Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions admin-remove
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@

# A few basic items to configure here, before you run it.

if ! [ -x "$(command -v terminus)" ]; then
echo 'Error: The terminus command was not found. Please install it yourself and try again. https://pantheon.io/docs/terminus/install' >&2
exit 1
fi

# The full path to your Terminus command
# Example: TERMINUS_PATH="/Users/example_user/vendor/pantheon-systems/terminus"
TERMINUS_PATH=""
TERMINUS_PATH=$(command -v terminus)


# This is an array of Org machine names, separated by spaces.
# Example: KEEP_ORGS=(org-example-1 org-example-2 pantheon-learning)
Expand Down