mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge pull request #85 from Ursadon/master
Fix for "line 318: [: too many arguments" error
This commit is contained in:
commit
449a9fbf7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue