mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-24 15:35:17 +08:00
Add closing bracket (#279)
This commit is contained in:
parent
03805581c8
commit
72cf372391
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ done
|
|||
|
||||
# Mail::ClamAV has broken version detection
|
||||
# Prepare to patch and install
|
||||
if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]; then
|
||||
if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]]; then
|
||||
cpan -g Mail::ClamAV
|
||||
package=$(find -name Mail-ClamAV*gz | tail -n1)
|
||||
tar xzvf $package
|
||||
|
|
Loading…
Reference in a new issue