mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +00:00
Fix shellcheck warnings and notes identified by running shellcheck --severity=style. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
11 lines
256 B
Bash
11 lines
256 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Copyright (c) 2018 SUSE
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# NOTE: Re-using ubuntu rootfs lib, see 'ubuntu' folder for details.
|
|
# shellcheck disable=SC2154
|
|
# shellcheck source=/dev/null
|
|
source "${script_dir}/ubuntu/${LIB_SH}"
|