mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +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:
parent
9d2948b239
commit
b1fb9f2f0b
6 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue