add some extra spaces at the end
This commit is contained in:
parent
2115e9b646
commit
11dd4ce316
1 changed files with 13 additions and 10 deletions
|
@ -29,6 +29,10 @@ log() {
|
|||
echo "$SCRNAME: $TIMESTAMP $@" >> $LOG
|
||||
fi
|
||||
}
|
||||
space() {
|
||||
echo "" >> $LOG
|
||||
echo "" >> $LOG
|
||||
}
|
||||
#
|
||||
# provide the DST and override defaults
|
||||
if test -f $DIR/$CONF ; then
|
||||
|
@ -56,5 +60,4 @@ log "running cleanup"
|
|||
$NICE $CMD $CLEAN >> $LOG
|
||||
# leave extra spaces
|
||||
log "done"
|
||||
log ""
|
||||
log ""
|
||||
space
|
||||
|
|
Loading…
Reference in a new issue