]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Remove debug echo in command_cleanup()
authorSimon Deziel <simon@sdeziel.info>
Tue, 8 Jun 2021 15:13:04 +0000 (11:13 -0400)
committerLukas Schauer <lukas@schauer.dev>
Sun, 31 Oct 2021 18:23:01 +0000 (19:23 +0100)
Signed-off-by: Simon Deziel <simon@sdeziel.info>
dehydrated

index 601273f37d49a5b68480f027ac248347db25a53e..d9989017184bb514864e28742837709a25fc65b3 100755 (executable)
@@ -1923,7 +1923,6 @@ command_cleanup() {
         # Check if current file is in use, if unused move to archive directory
         filename="$(basename "${file}")"
         if [[ ! "${filename}" = "${current}" ]] && [[ -f "${certdir}/${filename}" ]]; then
-          echo "${filename}"
           if [[ "${PARAM_CLEANUPDELETE:-}" = "yes" ]]; then
             echo "Deleting unused file: ${certname}/${filename}"
             rm "${certdir}/${filename}"