Skip to content

Commit

Permalink
Stop rmkeys to complain on rm
Browse files Browse the repository at this point in the history
  • Loading branch information
northox committed Dec 11, 2024
1 parent 34a009d commit cd4be91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnssec-reverb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ do
rmkeys)

backupkeys "$KSK_CUR_FILE" "$ZSK_CUR_FILE" "$KSK_NEW_FILE" "$ZSK_NEW_FILE"
rm "$KSK_CUR_FILE" "$ZSK_CUR_FILE" "$KSK_NEW_FILE" "$ZSK_NEW_FILE"
rm -f "$KSK_CUR_FILE" "$ZSK_CUR_FILE" "$KSK_NEW_FILE" "$ZSK_NEW_FILE"
echo "All keys removed"
status
;;
Expand Down

0 comments on commit cd4be91

Please sign in to comment.