From 40bab528f881f6616dd2019210be785c49765e29 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 03:09:42 +0300 Subject: add shellcheck disable to kiss i --- mkrootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mkrootfs.sh b/mkrootfs.sh index 9f905df..d87ed43 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -79,6 +79,7 @@ msg "Starting build from the PKGS variable" # shellcheck disable=SC2086 kiss b $PKGS msg "Package build complete, starting package installation" +# shellcheck disable=SC2086 kiss i $PKGS msg "Installation Complete, starting custombuild procedure if there is one" custombuild -- cgit v1.2.3