From 0ac490bd8d5d261c6636607cad098fd2fa7fa77f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 27 Apr 2006 18:14:06 +0000 Subject: [PATCH] Create a jhalfs.config file with the configuration settings to be used as the sbu_du report header. --- master.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/master.sh b/master.sh index e3d7fc0..1519e95 100755 --- a/master.sh +++ b/master.sh @@ -468,6 +468,11 @@ fi if [[ ! -d $LOGDIR ]]; then mkdir $LOGDIR fi + +# After be sura that all look sane and if REPORT=1, dump the settings to a file +# This file will be used to create the REPORT header +[[ "$REPORT" = "1" ]] && validate_config > $JHALFSDIR/jhalfs.config + >$LOGDIR/$LOG get_book