Merge pull request #41 from zicklag/patch-1

Fix POST_SCRIPT Environment Vairable Run
This commit is contained in:
Dave Conroy
2020-09-01 09:55:37 -07:00
committed by GitHub

View File

@@ -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