fix: Fix AWS S3 and SSH backup in scheduled mode on Docker and Docker Swarm mode

This commit is contained in:
2024-08-04 11:30:03 +02:00
parent e4ca97b99e
commit 1e06600c43
7 changed files with 48 additions and 21 deletions

View File

@@ -43,6 +43,7 @@ func Done(msg string, args ...any) {
}
}
// Fatal logs an error message and exits the program
func Fatal(msg string, args ...any) {
// Fatal logs an error message and exits the program.
formattedMessage := fmt.Sprintf(msg, args...)