I deleted too much!11!!

This commit is contained in:
Bandie 2022-04-11 19:29:50 +02:00
parent aacb9c9669
commit ee44662cd3
Signed by: Bandie
GPG Key ID: F4E0AB327841A877
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ rm -f ${temp_outfile}
for appendix in open close door
do
action="$appendix"
if [ "$appendix" = "door" ]; then
action=""
fi
export action
outfile="${dest}/authorized_keys.${appendix}"