Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Stifler6996/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralpineQ <37345260+alpineQ@users.noreply.github.com>2022-07-27 01:01:33 +0300
committerGitHub <noreply@github.com>2022-07-27 01:01:33 +0300
commita71f64639a7e62f26d39a462019c11dae96d9104 (patch)
tree3fd4a75eaa94817a54d711209df68046e79c7b35
parent88649412fdfbd6648fe87cf5e91a2196d37d488e (diff)
Fix: added closing bracket
-rwxr-xr-xapt-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-mirror b/apt-mirror
index 19e034c..bc6c625 100755
--- a/apt-mirror
+++ b/apt-mirror
@@ -794,7 +794,7 @@ sub need_update
return 1 unless ($size);
return 0 if $size_on_server == $size;
- if ( get_variable("unlink") == 1 )
+ if ( get_variable("unlink") == 1 ) {
unlink $filename;
}
return 1;