backup-utils/test/bin/ghe-service-ensure-elastics...

7 строки
241 B
Bash
Executable File

#!/usr/bin/env bash
# Usage: ghe-service-ensure-elasticsearch
# Emulates the remote GitHub ghe-service-ensure-elasticsearch command. Tests use this
# to assert that the command was executed.
set -e
echo "ghe-service-ensure-elasticsearch OK"