changed unused logFile vars to /dev/null to avoid 'ambiguous redirect'
This commit is contained in:
parent
92672acc7d
commit
0316a01975
@ -136,13 +136,13 @@ fi
|
||||
if [ "$logLevel" = "normal" ]; then
|
||||
borgCreateParams='--stats'
|
||||
borgPruneParams="--list"
|
||||
unset logFileVerbose
|
||||
logFileVerbose="/dev/null"
|
||||
logFileNormal="$logFile"
|
||||
elif [ "$logLevel" = "verbose" ]; then
|
||||
borgCreateParams='--list --stats'
|
||||
borgPruneParams='--list'
|
||||
logFileVerbose="$logFile"
|
||||
unset logFileNormal
|
||||
logFileNormal="/dev/null"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user