This commit is contained in:
committer@tuxwarrior
2026-02-25 08:23:35 -05:00
parent 49b8e595cb
commit 2620282282
10 changed files with 123 additions and 31 deletions

View File

@@ -49,7 +49,7 @@ if [[ ${user_input} == "y" ]]; then
echo "please, remember the hint: poq.l2"
for file in ${src_ssh_dir}/*.gpg; do
echo "processing '$file'"
echo "processing '${file}'"
filename="${file##*/}" # get basename
filename="${filename%.*}" # remove extension