wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user