Skip to content

Commit

Permalink
Fix for "line 318: [: too many arguments" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ursadon committed Nov 14, 2013
1 parent 3e521cb commit 3214ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-backup-user
Expand Up @@ -315,7 +315,7 @@ then
tar -cpf $tmpdir/mail/$domain/accounts.tar $accounts
fi

if [ ! -z "$BACKUP_GZIP" ] && [ ! -z $accounts ]; then
if [ ! -z "$BACKUP_GZIP" ] && [ ! -z "$accounts" ]; then
gzip -$BACKUP_GZIP $tmpdir/mail/$domain/accounts.tar
fi
done
Expand Down

0 comments on commit 3214ab0

Please sign in to comment.