mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-22 21:53:42 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02880d6541 | ||
|
|
564613f329 | ||
|
|
2606d3c4d5 |
@@ -1,3 +1,9 @@
|
||||
## 2.1.1 2020-09-01 <zicklag@github>
|
||||
|
||||
### Fixed
|
||||
- Add eval to POST_SCRIPT execution
|
||||
|
||||
|
||||
## 2.1.0 2020-08-29 <dave at tiredofit dot ca>
|
||||
|
||||
### Added
|
||||
|
||||
@@ -446,7 +446,7 @@ print_debug "Backup routines Initialized on $(date)"
|
||||
|
||||
if [ -n "$POST_SCRIPT" ] ; then
|
||||
print_notice "Found POST_SCRIPT environment variable. Executing"
|
||||
"${POST_SCRIPT}"
|
||||
eval "${POST_SCRIPT}"
|
||||
fi
|
||||
|
||||
### Post Backup Custom Script Support
|
||||
|
||||
Reference in New Issue
Block a user