mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Merge pull request #41 from zicklag/patch-1
Fix POST_SCRIPT Environment Vairable Run
This commit is contained in:
@@ -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