diff --git a/lib/unattended-upgrades.sh b/lib/unattended-upgrades.sh index 531f06d..df52609 100644 --- a/lib/unattended-upgrades.sh +++ b/lib/unattended-upgrades.sh @@ -89,7 +89,4 @@ if ! command -v log_info &>/dev/null; then log_info() { echo "[INFO] $1"; } log_success() { echo "[SUCCESS] $1"; } log_error() { echo "[ERROR] $1" >&2; } -fi - -# Main execution -configure_unattended_upgrades \ No newline at end of file +fi \ No newline at end of file