Skip to content

Commit

Permalink
[Bug] Remove incorrect else condition
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 8, 2022
1 parent 1add248 commit 4df3ea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -2959,9 +2959,6 @@ remove_inline ()
if [ -z "${force_remove}" ]; then
"${EASYTLS_RM}" "${inline_file}-deleteme" || \
die "Failed to remove: ${inline_file}"
else
"${EASYTLS_RM}" "${inline_file}" || \
die "Failed to rename: ${inline_file}"
fi
else
# Undo move
Expand Down

1 comment on commit 4df3ea4

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.