changed exclusions file ref
This commit is contained in:
parent
58857451e3
commit
876288be46
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [[ $BACKUP_PARAMS ]]; then
|
|||
BACKUP_CMD="$BACKUP_CMD $BACKUP_PARAMS"
|
||||
fi
|
||||
if [[ $BACKUP_EXCLUDE_FILE ]]; then
|
||||
BACKUP_CMD="$BACKUP_CMD --exclude-file $BACKUP_EXCLUDE_FILE"
|
||||
BACKUP_CMD="$BACKUP_CMD --exclude-file $dir/$BACKUP_EXCLUDE_FILE"
|
||||
fi
|
||||
running=$(pgrep -f "$BACKUP_CMD")
|
||||
if [[ $running ]]; then
|
||||
|
|
Loading…
Reference in a new issue