diff options
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index f93081a..38c34f3 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# shellcheck disable=1090 +# shellcheck disable=1090,1091 # Bootstrapper for Carbs Linux # See LICENSE file for copyright and license details |