FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Improve pre error handling

Merged Dr Adam Thorn requested to merge improve_pre_error_handling into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,6 +21,8 @@ if [ -z "$DST" ] ; then
exit 1
fi
echo $(date): running $0 $1 $2 $3 >>$LOGFILE
if [ -f $CONFDIR/${HN}_${SRC//\//.} ] ; then
# This file can define PRE and POST as scripts which are run
echo Including settings from $CONFDIR/${HN}_${TAG}
Loading