diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 10:40:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 10:40:03 +0300 |
commit | 66bc5820536b8746c7bd60dc06a8ce346fab9aca (patch) | |
tree | 6aacc1ec3d91297e1fee003d21f1740a372ccf41 | |
parent | c0ef3ec09e3b32179503581b93a5e3b224529300 (diff) | |
download | mkrootfs-66bc5820536b8746c7bd60dc06a8ce346fab9aca.tar.gz |
remove unnecessary kiss i
-rwxr-xr-x | mkrootfs.sh | 4 |
1 files changed, 0 insertions, 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" |