Skip to content

Commit

Permalink
🚧 progress(backup-retention-policy/script): Add explicit exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 8, 2025
1 parent eb7a8f3 commit 11dc3cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .deploy/backup-retention-policy/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ DELETE="$(comm -23 <(echo "${ALL}") <(echo "${KEEP}"))"
for item in ${DELETE} ; do
rm "${BACKUP_DIR}/${item}"
done

exit 0

0 comments on commit 11dc3cd

Please sign in to comment.