mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-12 08:26:40 +00:00
Fix return statement in package installation function
This commit is contained in:
@@ -218,6 +218,7 @@ upgrade_packages_with_retry() {
|
||||
-o Dpkg::Options::="--force-confdef" \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
"${packages[@]}" 2>/dev/null; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
retry=$((retry + 1))
|
||||
|
||||
Reference in New Issue
Block a user