Commit 8c82199e authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent cf0a74e3
#!/usr/bin/env bash
# shellcheck disable=SC2086
echo "================================"
echo "<===== Run apply-update.sh ====>"
echo "================================"
if [[ "$(id -u)" != "0" ]]; then
echo "This script must be run as root" 1>&2
exit 1
# exit 1
fi
echo "================================"
echo "<===== Run apply-update.sh ====>"
echo "================================"
set -e
INSTANCE_NAME=${1}
LATEST_ARTIFACT_NAME=${2}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment