mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-08 15:50:34 +00:00
Fix shellcheck warnings and notes identified by running shellcheck --severity=style. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
14 lines
216 B
Bash
Executable File
14 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (c) 2021 Easystack Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -e
|
|
|
|
cidir=$(dirname "$0")
|
|
# shellcheck source=/dev/null
|
|
source "${cidir}/../tests/common.bash"
|
|
|
|
run_docs_url_alive_check
|