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:
committed by
Andrei Vagin
parent
9d2948b239
commit
b1fb9f2f0b
@@ -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
|
||||
|
Reference in New Issue
Block a user