diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-30 11:03:46 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-30 11:03:46 +0200 |
| commit | 3e4d022d0425e4f7647573c97f105aa5208e5537 (patch) | |
| tree | dd766844932ba637e3aad4c23ae06f09416abac6 /utils/lib.sh | |
| parent | 5e2b161379420acd39e0474bb7f59545df7e1f3a (diff) | |
[fix] make test.sh: fix various shellcheck error messages
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lib.sh b/utils/lib.sh index 632d47b5b..76173d8a9 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1079,6 +1079,7 @@ in_container() { LXC_ENV_FOLDER= if in_container; then + # shellcheck disable=SC2034 LXC_ENV_FOLDER="lxc/$(hostname)/" fi |