fix: add update_management_script call to update_gfk function

This commit is contained in:
SamNet-dev
2026-02-04 20:58:25 -06:00
parent ead1a9da4f
commit 6ab630f679

View File

@@ -3525,6 +3525,9 @@ update_gfk() {
"$INSTALL_DIR/venv/bin/pip" install --quiet --upgrade scapy aioquic 2>/dev/null || true "$INSTALL_DIR/venv/bin/pip" install --quiet --upgrade scapy aioquic 2>/dev/null || true
fi fi
rm -rf "$tmp_dir" rm -rf "$tmp_dir"
# Also check for management script updates
update_management_script
echo "" echo ""
} }