Skip to content

Commit 2ef8ed5

Browse files
committedMar 14, 2025
added the termination newline
1 parent 3781992 commit 2ef8ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎application/backup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ rm -f "/tmp/${DB_NAME}.sql.gz" "/tmp/${DB_NAME}.sql.sha256.gz";
155155

156156
log "INFO" "${MYNAME}: backup: Completed";
157157

158-
exit $STATUS;
158+
exit $STATUS;

0 commit comments

Comments
 (0)
Please sign in to comment.