Skip to content
Snippets Groups Projects
Commit e35c2dc3 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Remove debug output

parent cddb18d6
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ function process_folder { ...@@ -18,7 +18,6 @@ function process_folder {
if [[ "" == "$folder" || ! -d "$folder" ]]; then if [[ "" == "$folder" || ! -d "$folder" ]]; then
return return
fi fi
echo "$folder"
pemfiles=$(find "$folder" -type f -name '*.pem') pemfiles=$(find "$folder" -type f -name '*.pem')
for pemfile in $pemfiles; do for pemfile in $pemfiles; do
if [[ "$pemfile" =~ \.(dhparam|fullchain|chain|cacert)\.pem$ ]]; then if [[ "$pemfile" =~ \.(dhparam|fullchain|chain|cacert)\.pem$ ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment