From 52b3c723400ebd23cf8dcd60113b72836ae52771 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 10:38:27 +0300 Subject: [PATCH] misc: remove todo --- kiss | 1 - 1 file changed, 1 deletion(-) diff --git a/kiss b/kiss index 5073df9..c432ae2 100755 --- a/kiss +++ b/kiss @@ -1232,7 +1232,6 @@ pkg_remove_files() { # functions allows us to stop duplicating code. while read -r file; do case $file in /etc/?*[!/]) - # TODO: One call to sh256 for all etc files. sh256 "$KISS_ROOT/$file" >/dev/null grep -qF "${hash:-null}" "$1" || {