From 66bc5820536b8746c7bd60dc06a8ce346fab9aca Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 10:40:03 +0300 Subject: remove unnecessary kiss i --- mkrootfs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index 0492b4f..e7f8d95 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -82,10 +82,6 @@ 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 - # You can check out about post-installation # from the configuration file msg "Installation Complete, starting custombuild procedure if there is one" -- cgit v1.2.3