Browse Source

Merge pull request #2497 from return42/fix-test.sh

[fix] lxc.sh - SC2034: ubu2010_boilerplate appears unused.
Alexandre Flament 4 years ago
parent
commit
96c2996857
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/lxc.sh

+ 1 - 0
utils/lxc.sh

@@ -39,6 +39,7 @@ $ubu1904_boilerplate
 echo 'Set disable_coredump false' >> /etc/sudo.conf
 "
 
+# shellcheck disable=SC2034
 ubu2010_boilerplate="$ubu1904_boilerplate"
 
 # shellcheck disable=SC2034