2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

Fix, not ignore, shellcheck SC1091 warnings

This is easy to fix (but we have to specify -x).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-04-12 16:40:31 -07:00
committed by Andrei Vagin
parent 9d2948b239
commit b1fb9f2f0b
6 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# shellcheck disable=SC1091,SC2015
# shellcheck disable=SC2015
set -x -e -o pipefail
@@ -19,6 +19,7 @@ add-apt-repository \
./apt-install docker-ce
# shellcheck source=/dev/null
. /etc/lsb-release
# docker checkpoint and restore is an experimental feature