diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 03:09:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 03:09:42 +0300 |
commit | 40bab528f881f6616dd2019210be785c49765e29 (patch) | |
tree | a5ac2d429aacbb220841a913fab406e031484d3b | |
parent | f39169c3cc55fc00bc74fbf3aa90a973fb83c6df (diff) | |
download | mkrootfs-40bab528f881f6616dd2019210be785c49765e29.tar.gz |
add shellcheck disable to kiss i
-rwxr-xr-x | mkrootfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |