mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +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
|
if [ -n "$POST_SCRIPT" ] ; then
|
||||||
print_notice "Found POST_SCRIPT environment variable. Executing"
|
print_notice "Found POST_SCRIPT environment variable. Executing"
|
||||||
"${POST_SCRIPT}"
|
eval "${POST_SCRIPT}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Post Backup Custom Script Support
|
### Post Backup Custom Script Support
|
||||||
|
|||||||
Reference in New Issue
Block a user